From 626a5db1cfcaa49deb63b167c5a321176295f2df Mon Sep 17 00:00:00 2001 From: Christian Heider Nielsen Date: Thu, 11 Nov 2021 12:38:38 +0100 Subject: [PATCH 01/59] make code more pure python, remove dep --- .gitattributes | 117 ++++++++++ .github/images/epic_face.png | Bin 706 -> 128 bytes .github/images/python.svg | 76 +++--- .github/images/warg.svg | 72 +++--- .pre-commit-config.yaml | 2 +- benchmarks/pqp_benchmark.py | 3 +- benchmarks/returns_benchmark.py | 1 + docs/github/html/_static/file.png | Bin 286 -> 128 bytes docs/github/html/_static/jquery-3.4.1.js | 18 +- docs/github/html/_static/minus.png | Bin 90 -> 127 bytes docs/github/html/_static/plus.png | Bin 90 -> 127 bytes docs/github/html/genindex.html | 38 +-- docs/github/html/getting_started.html | 46 ++-- docs/github/html/index.html | 38 +-- docs/github/html/py-modindex.html | 37 +-- docs/github/html/readme.html | 38 +-- docs/github/html/search.html | 38 +-- docs/index.html | 2 +- tests/test_nod.py | 2 + tests/test_pqp.py | 84 ------- warg/__init__.py | 1 - warg/arguments.py | 5 +- warg/bases/property_settings.py | 25 +- warg/context_wrapper.py | 10 +- .../named_ordered_dictionary.py | 80 ++++--- warg/pooled_queue_processor.py | 221 ------------------ 26 files changed, 400 insertions(+), 554 deletions(-) create mode 100644 .gitattributes delete mode 100644 tests/test_pqp.py delete mode 100644 warg/pooled_queue_processor.py diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..16f9259 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,117 @@ +# Unity +*.shader text +*.cginc text +*.cs diff=csharp text + +# Unity YAML +*.mat merge=unityyamlmerge eol=lf +*.anim merge=unityyamlmerge eol=lf +*.unity merge=unityyamlmerge eol=lf +*.prefab merge=unityyamlmerge eol=lf +*.physicMaterial2D merge=unityyamlmerge eol=lf +*.physicMaterial merge=unityyamlmerge eol=lf +*.asset merge=unityyamlmerge eol=lf +*.meta merge=unityyamlmerge eol=lf +*.controller merge=unityyamlmerge eol=lf + +# Collapse Unity-generated files on GitHub +*.asset linguist-generated +*.mat linguist-generated +*.meta linguist-generated +*.prefab linguist-generated +*.unity linguist-generated + +# LFS + +## Assets +*.cubemap filter=lfs diff=lfs merge=lfs -text +*.unitypackage filter=lfs diff=lfs merge=lfs -text +*.unity3d filter=lfs diff=lfs merge=lfs -text + +## 3D models +*.3dm filter=lfs diff=lfs merge=lfs -text +*.3ds filter=lfs diff=lfs merge=lfs -text +*.blend filter=lfs diff=lfs merge=lfs -text +*.c4d filter=lfs diff=lfs merge=lfs -text +*.collada filter=lfs diff=lfs merge=lfs -text +*.dae filter=lfs diff=lfs merge=lfs -text +*.dxf filter=lfs diff=lfs merge=lfs -text +*.fbx filter=lfs diff=lfs merge=lfs -text +*.FBX filter=lfs diff=lfs merge=lfs -text +*.jas filter=lfs diff=lfs merge=lfs -text +*.lws filter=lfs diff=lfs merge=lfs -text +*.lxo filter=lfs diff=lfs merge=lfs -text +*.ma filter=lfs diff=lfs merge=lfs -text +*.max filter=lfs diff=lfs merge=lfs -text +*.mb filter=lfs diff=lfs merge=lfs -text +*.obj filter=lfs diff=lfs merge=lfs -text +*.ply filter=lfs diff=lfs merge=lfs -text +*.skp filter=lfs diff=lfs merge=lfs -text +*.stl filter=lfs diff=lfs merge=lfs -text +*.ztl filter=lfs diff=lfs merge=lfs -text + +## Audio +*.aif filter=lfs diff=lfs merge=lfs -text +*.aiff filter=lfs diff=lfs merge=lfs -text +*.it filter=lfs diff=lfs merge=lfs -text +*.mod filter=lfs diff=lfs merge=lfs -text +*.mp3 filter=lfs diff=lfs merge=lfs -text +*.ogg filter=lfs diff=lfs merge=lfs -text +*.s3m filter=lfs diff=lfs merge=lfs -text +*.wav filter=lfs diff=lfs merge=lfs -text +*.xm filter=lfs diff=lfs merge=lfs -text + +# Video +*.asf filter=lfs diff=lfs merge=lfs -text +*.avi filter=lfs diff=lfs merge=lfs -text +*.flv filter=lfs diff=lfs merge=lfs -text +*.mov filter=lfs diff=lfs merge=lfs -text +*.mp4 filter=lfs diff=lfs merge=lfs -text +*.mpeg filter=lfs diff=lfs merge=lfs -text +*.mpg filter=lfs diff=lfs merge=lfs -text +*.ogv filter=lfs diff=lfs merge=lfs -text +*.wmv filter=lfs diff=lfs merge=lfs -text + +## Images +*.bmp filter=lfs diff=lfs merge=lfs -text +*.exr filter=lfs diff=lfs merge=lfs -text +*.gif filter=lfs diff=lfs merge=lfs -text +*.hdr filter=lfs diff=lfs merge=lfs -text +*.iff filter=lfs diff=lfs merge=lfs -text +*.jpeg filter=lfs diff=lfs merge=lfs -text +*.jpg filter=lfs diff=lfs merge=lfs -text +*.pict filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.psd filter=lfs diff=lfs merge=lfs -text +*.tga filter=lfs diff=lfs merge=lfs -text +*.tif filter=lfs diff=lfs merge=lfs -text +*.tiff filter=lfs diff=lfs merge=lfs -text + +# Compressed Archive +*.7z filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text + +# Compiled Dynamic Library +*.dll filter=lfs diff=lfs merge=lfs -text +*.pdb filter=lfs diff=lfs merge=lfs -text +*.so filter=lfs diff=lfs merge=lfs -text + +## Fonts +*.otf filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text + +## Executable/Installer +*.apk filter=lfs diff=lfs merge=lfs -text +*.exe filter=lfs diff=lfs merge=lfs -text +*.x86 filter=lfs diff=lfs merge=lfs -text +*.x64 filter=lfs diff=lfs merge=lfs -text + +## Documents +*.pdf filter=lfs diff=lfs merge=lfs -text + +# Disabled +#docs/**/* -filter=lfs -diff=lfs -merge=lfs -text \ No newline at end of file diff --git a/.github/images/epic_face.png b/.github/images/epic_face.png index 7ab43fae7514f27aa4364571817e249f9cc418d5..f66e6b7ba876ab90813b032fc5e18f28e027eb06 100644 GIT binary patch literal 128 zcmWN?!4U!>3;@7CRnUM32?BE603pJR%8kK$SiSCN&-RuvU%Ib#$ZpJitjmLC``;bk)tQAoS2(x)ni(=+G&; zMVIv8AqYAIhGbNbM06==37LO#xuPi}ktxn?@B8hbM%kgD2fl{~zR&l0z7K$}p`m^- zkvO&-2w2YyLyz$%D&z6SyUFgZm4^D*3~&~J{qe@@sZ>gGxt#cXegVE|5bkIWZ3$Id zTkA+VofZ+1mX;O)1UOG3k;sUMWV2Zbhr<$$MkN}pJ@u>W(9lp(HqqDDCzfSNEEZdJ z1%ts|05vr=WHK2hCMKw=s)}qW4<4wqs;jHrTYPwUnC0bVy1Ke5)XdCuZftBUV%s(V zxm=F)+~@4paz4LS7#|P-#6qpQ(dyStNXPWhi44Nd3L z!jmZ%K*1@Gye}+L5{IJLf1Q#z0J>{4$DQXZvjy1}+i@K1vW?;OplKR*c_Z0EInTON z8r6LjiekxOT`Paws{&^Nx@Y5_2$6<5dM*#pe6o{6i6bbt!IuwHyefQUQRS0*vE<-4 z6)TjdKNXhR4|^l~49$hPGeG~1t5~5R9_ZuX8-^I diff --git a/.github/images/python.svg b/.github/images/python.svg index 4f263ff..3e58233 100644 --- a/.github/images/python.svg +++ b/.github/images/python.svg @@ -16,34 +16,6 @@ inkscape:version="0.92.3 (2405546, 2018-03-11)" sodipodi:docname="python.svg" sodipodi:version="0.32"> - - - - image/svg+xml - - - - - - + + + + + image/svg+xml + + + + + diff --git a/.github/images/warg.svg b/.github/images/warg.svg index f124740..8971be2 100644 --- a/.github/images/warg.svg +++ b/.github/images/warg.svg @@ -2,60 +2,60 @@ - + + + image/svg+xml + - - - - + diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8bee698..1ea3452 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ fail_fast: true repos: - repo: https://github.com/ambv/black - rev: 21.5b1 + rev: 21.10b0 hooks: - id: black language_version: python3.9 diff --git a/benchmarks/pqp_benchmark.py b/benchmarks/pqp_benchmark.py index 4b9bc78..a367746 100644 --- a/benchmarks/pqp_benchmark.py +++ b/benchmarks/pqp_benchmark.py @@ -1,8 +1,9 @@ import time import numpy + from benchmarks.benchmark_func import benchmark_func -from warg.pooled_queue_processor import PooledQueueProcessor, PooledQueueTask +from draugr.multiprocessing_utilities.pooled_queue_processor import PooledQueueProcessor, PooledQueueTask class Zeroes(PooledQueueTask): diff --git a/benchmarks/returns_benchmark.py b/benchmarks/returns_benchmark.py index 2d94974..de6a9fe 100644 --- a/benchmarks/returns_benchmark.py +++ b/benchmarks/returns_benchmark.py @@ -1,6 +1,7 @@ from collections import namedtuple import sorcery + from benchmarks.benchmark_func import benchmark_func from warg.data_structures.named_ordered_dictionary import NOD diff --git a/docs/github/html/_static/file.png b/docs/github/html/_static/file.png index a858a410e4faa62ce324d814e4b816fff83a6fb3..385224951eaf47ee86caf0ecb3a1475d21ee03e6 100644 GIT binary patch literal 128 zcmWN^K@P$o5CFhCuiyg~SXcu64ZAKvqS6TV;Op&aGN*iIA8*~(I_7T7qp#bu&h4^& zY2)!S^AI+tQ={MYYy~jx$bmQ)7mHB!=~_lxF;fz>j*E{Wqld(lg(3jBL@e3HP&|qk KHTzFAq^SO@pC>W^ literal 286 zcmV+(0pb3MP)s`hMrGg#P~ix$^RISR_I47Y|r1 z_CyJOe}D1){SET-^Amu_i71Lt6eYfZjRyw@I6OQAIXXHDfiX^GbOlHe=Ae4>0m)d(f|Me07*qoM6N<$f}vM^LjV8( diff --git a/docs/github/html/_static/jquery-3.4.1.js b/docs/github/html/_static/jquery-3.4.1.js index 4ad15bf..52ac346 100644 --- a/docs/github/html/_static/jquery-3.4.1.js +++ b/docs/github/html/_static/jquery-3.4.1.js @@ -1871,8 +1871,8 @@ (diff = nodeIndex = 0) || start.pop())) { if ((ofType ? - node.nodeName.toLowerCase() === name : - node.nodeType === 1) && + node.nodeName.toLowerCase() === name : + node.nodeType === 1) && ++diff) { // Cache the index of each encountered element @@ -2478,8 +2478,8 @@ return setMatcher( i > 1 && elementMatcher(matchers), i > 1 && toSelector( - // If the preceding token was a descendant combinator, insert an implicit any-element `*` - tokens.slice(0, i - 1).concat({value: tokens[i - 2].type === " " ? "*" : ""}) + // If the preceding token was a descendant combinator, insert an implicit any-element `*` + tokens.slice(0, i - 1).concat({value: tokens[i - 2].type === " " ? "*" : ""}) ).replace(rtrim, "$1"), matcher, i < j && matcherFromTokens(tokens.slice(i, j)), @@ -6562,8 +6562,8 @@ // We use getClientRects() to check for hidden/disconnected. // In those cases, the computed value can be trusted to be border-box if ((!support.boxSizingReliable() && isBorderBox || - val === "auto" || - !parseFloat(val) && jQuery.css(elem, "display", false, styles) === "inline") && + val === "auto" || + !parseFloat(val) && jQuery.css(elem, "display", false, styles) === "inline") && elem.getClientRects().length) { isBorderBox = jQuery.css(elem, "boxSizing", false, styles) === "border-box"; @@ -8471,7 +8471,7 @@ if (!onlyHandlers && !event.isDefaultPrevented()) { if ((!special._default || - special._default.apply(eventPath.pop(), data) === false) && + special._default.apply(eventPath.pop(), data) === false) && acceptData(elem)) { // Call a native DOM method on the target with the same name as the event. @@ -10406,8 +10406,8 @@ jQuery.each(("blur focus focusin focusout resize scroll click dblclick " + - "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " + - "change select submit keydown keypress keyup contextmenu").split(" "), + "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " + + "change select submit keydown keypress keyup contextmenu").split(" "), function (i, name) { // Handle event binding diff --git a/docs/github/html/_static/minus.png b/docs/github/html/_static/minus.png index d96755fdaf8bb2214971e0db9c1fd3077d7c419d..b34a51ae8855d973b59585812cf7ff009d7021d0 100644 GIT binary patch literal 127 zcmWN`K@!3s3_#I6r{Dq>f(sr7F^@KGPnKo2 ze$ztzW#lYmE>OK?Ej2py$GVk`32jby9|8l#6{v*hn4`0ftR>8l5%vjW?^4_`BuLrQ MoV$|tD>_*92Z{VAMF0Q* literal 90 zcmeAS@N?(olHy`uVBq!ia0vp^+#t*WBp7;*Yy1LIik>cxAr*|t7R?Mi>2?kWtu=nj kDsEF_5m^0CR;1wuP-*O&G^0G}KYk!hp00i_>zopr08q^qX#fBK diff --git a/docs/github/html/_static/plus.png b/docs/github/html/_static/plus.png index 7107cec93a979b9a5f64843235a16651d563ce2d..ffaf9e023723fd7b25b08ab41418d9db525f705c 100644 GIT binary patch literal 127 zcmWN`O%B2!5J2HQr{Dq>hCiXVVFoHBDvg6(czQ`*@-5y~KitP#wmDDUm3s7fdmg+k z+ZQ()FU4mib%7YYNN(BquzLsKAtg*9gVlst8*q18=~B_zLbT?gBYFr1F~{HxT9=~E M6s+L>t1@Zv2UC|OQvd(} literal 90 zcmeAS@N?(olHy`uVBq!ia0vp^+#t*WBp7;*Yy1LIik>cxAr*|t7R?Mi>2?kWtu>-2 m3q%Vub%g%s<8sJhVPMczOq}xhg9DJoz~JfX=d#Wzp$Pyb1r*Kz diff --git a/docs/github/html/genindex.html b/docs/github/html/genindex.html index 04a30ee..9338963 100644 --- a/docs/github/html/genindex.html +++ b/docs/github/html/genindex.html @@ -4,23 +4,23 @@ Index — Warg 0.2.8 documentation - - - - - - - - - - - + + + + + + + + + + + - + - + @@ -41,7 +41,7 @@

Index

W

- +
or other required elements. - thead: [1, "
    @@ -57,7 +57,7 @@

    W

    -
-
", "
"], - col: [2, "", "
"], - tr: [2, "", "
"], - td: [3, "", "
"], - - _default: [0, "", ""] - }; - -// Support: IE <=9 only - wrapMap.optgroup = wrapMap.option; - - wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; - wrapMap.th = wrapMap.td; - - - function getAll(context, tag) { - - // Support: IE <=9 - 11 only - // Use typeof to avoid zero-argument method invocation on host objects (#15151) - var ret; - - if (typeof context.getElementsByTagName !== "undefined") { - ret = context.getElementsByTagName(tag || "*"); - - } else if (typeof context.querySelectorAll !== "undefined") { - ret = context.querySelectorAll(tag || "*"); - - } else { - ret = []; - } - - if (tag === undefined || tag && nodeName(context, tag)) { - return jQuery.merge([context], ret); - } - - return ret; - } - - -// Mark scripts as having already been evaluated - function setGlobalEval(elems, refElements) { - var i = 0, - l = elems.length; - - for (; i < l; i++) { - dataPriv.set( - elems[i], - "globalEval", - !refElements || dataPriv.get(refElements[i], "globalEval") - ); - } - } - - - var rhtml = /<|&#?\w+;/; - - function buildFragment(elems, context, scripts, selection, ignored) { - var elem, tmp, tag, wrap, attached, j, - fragment = context.createDocumentFragment(), - nodes = [], - i = 0, - l = elems.length; - - for (; i < l; i++) { - elem = elems[i]; - - if (elem || elem === 0) { - - // Add nodes directly - if (toType(elem) === "object") { - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge(nodes, elem.nodeType ? [elem] : elem); - - // Convert non-html into a text node - } else if (!rhtml.test(elem)) { - nodes.push(context.createTextNode(elem)); - - // Convert html into DOM nodes - } else { - tmp = tmp || fragment.appendChild(context.createElement("div")); - - // Deserialize a standard representation - tag = (rtagName.exec(elem) || ["", ""])[1].toLowerCase(); - wrap = wrapMap[tag] || wrapMap._default; - tmp.innerHTML = wrap[1] + jQuery.htmlPrefilter(elem) + wrap[2]; - - // Descend through wrappers to the right content - j = wrap[0]; - while (j--) { - tmp = tmp.lastChild; - } - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge(nodes, tmp.childNodes); - - // Remember the top-level container - tmp = fragment.firstChild; - - // Ensure the created nodes are orphaned (#12392) - tmp.textContent = ""; - } - } - } - - // Remove wrapper from fragment - fragment.textContent = ""; - - i = 0; - while ((elem = nodes[i++])) { - - // Skip elements already in the context collection (trac-4087) - if (selection && jQuery.inArray(elem, selection) > -1) { - if (ignored) { - ignored.push(elem); - } - continue; - } - - attached = isAttached(elem); - - // Append to fragment - tmp = getAll(fragment.appendChild(elem), "script"); - - // Preserve script evaluation history - if (attached) { - setGlobalEval(tmp); - } - - // Capture executables - if (scripts) { - j = 0; - while ((elem = tmp[j++])) { - if (rscriptType.test(elem.type || "")) { - scripts.push(elem); - } - } - } - } - - return fragment; - } - - - (function () { - var fragment = document.createDocumentFragment(), - div = fragment.appendChild(document.createElement("div")), - input = document.createElement("input"); - - // Support: Android 4.0 - 4.3 only - // Check state lost if the name is set (#11217) - // Support: Windows Web Apps (WWA) - // `name` and `type` must use .setAttribute for WWA (#14901) - input.setAttribute("type", "radio"); - input.setAttribute("checked", "checked"); - input.setAttribute("name", "t"); - - div.appendChild(input); - - // Support: Android <=4.1 only - // Older WebKit doesn't clone checked state correctly in fragments - support.checkClone = div.cloneNode(true).cloneNode(true).lastChild.checked; - - // Support: IE <=11 only - // Make sure textarea (and checkbox) defaultValue is properly cloned - div.innerHTML = ""; - support.noCloneChecked = !!div.cloneNode(true).lastChild.defaultValue; - })(); - - - var - rkeyEvent = /^key/, - rmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, - rtypenamespace = /^([^.]*)(?:\.(.+)|)/; - - function returnTrue() { - return true; - } - - function returnFalse() { - return false; - } - -// Support: IE <=9 - 11+ -// focus() and blur() are asynchronous, except when they are no-op. -// So expect focus to be synchronous when the element is already active, -// and blur to be synchronous when the element is not already active. -// (focus and blur are always synchronous in other supported browsers, -// this just defines when we can count on it). - function expectSync(elem, type) { - return (elem === safeActiveElement()) === (type === "focus"); - } - -// Support: IE <=9 only -// Accessing document.activeElement can throw unexpectedly -// https://bugs.jquery.com/ticket/13393 - function safeActiveElement() { - try { - return document.activeElement; - } catch (err) { - } - } - - function on(elem, types, selector, data, fn, one) { - var origFn, type; - - // Types can be a map of types/handlers - if (typeof types === "object") { - - // ( types-Object, selector, data ) - if (typeof selector !== "string") { - - // ( types-Object, data ) - data = data || selector; - selector = undefined; - } - for (type in types) { - on(elem, type, selector, data, types[type], one); - } - return elem; - } - - if (data == null && fn == null) { - - // ( types, fn ) - fn = selector; - data = selector = undefined; - } else if (fn == null) { - if (typeof selector === "string") { - - // ( types, selector, fn ) - fn = data; - data = undefined; - } else { - - // ( types, data, fn ) - fn = data; - data = selector; - selector = undefined; - } - } - if (fn === false) { - fn = returnFalse; - } else if (!fn) { - return elem; - } - - if (one === 1) { - origFn = fn; - fn = function (event) { - - // Can use an empty set, since event contains the info - jQuery().off(event); - return origFn.apply(this, arguments); - }; - - // Use same guid so caller can remove using origFn - fn.guid = origFn.guid || (origFn.guid = jQuery.guid++); - } - return elem.each(function () { - jQuery.event.add(this, types, fn, data, selector); - }); - } - - /* - * Helper functions for managing events -- not part of the public interface. - * Props to Dean Edwards' addEvent library for many of the ideas. - */ - jQuery.event = { - - global: {}, - - add: function (elem, types, handler, data, selector) { - - var handleObjIn, eventHandle, tmp, - events, t, handleObj, - special, handlers, type, namespaces, origType, - elemData = dataPriv.get(elem); - - // Don't attach events to noData or text/comment nodes (but allow plain objects) - if (!elemData) { - return; - } - - // Caller can pass in an object of custom data in lieu of the handler - if (handler.handler) { - handleObjIn = handler; - handler = handleObjIn.handler; - selector = handleObjIn.selector; - } - - // Ensure that invalid selectors throw exceptions at attach time - // Evaluate against documentElement in case elem is a non-element node (e.g., document) - if (selector) { - jQuery.find.matchesSelector(documentElement, selector); - } - - // Make sure that the handler has a unique ID, used to find/remove it later - if (!handler.guid) { - handler.guid = jQuery.guid++; - } - - // Init the element's event structure and main handler, if this is the first - if (!(events = elemData.events)) { - events = elemData.events = {}; - } - if (!(eventHandle = elemData.handle)) { - eventHandle = elemData.handle = function (e) { - - // Discard the second event of a jQuery.event.trigger() and - // when an event is called after a page has unloaded - return typeof jQuery !== "undefined" && jQuery.event.triggered !== e.type ? - jQuery.event.dispatch.apply(elem, arguments) : undefined; - }; - } - - // Handle multiple events separated by a space - types = (types || "").match(rnothtmlwhite) || [""]; - t = types.length; - while (t--) { - tmp = rtypenamespace.exec(types[t]) || []; - type = origType = tmp[1]; - namespaces = (tmp[2] || "").split(".").sort(); - - // There *must* be a type, no attaching namespace-only handlers - if (!type) { - continue; - } - - // If event changes its type, use the special event handlers for the changed type - special = jQuery.event.special[type] || {}; - - // If selector defined, determine special event api type, otherwise given type - type = (selector ? special.delegateType : special.bindType) || type; - - // Update special based on newly reset type - special = jQuery.event.special[type] || {}; - - // handleObj is passed to all event handlers - handleObj = jQuery.extend({ - type: type, - origType: origType, - data: data, - handler: handler, - guid: handler.guid, - selector: selector, - needsContext: selector && jQuery.expr.match.needsContext.test(selector), - namespace: namespaces.join(".") - }, handleObjIn); - - // Init the event handler queue if we're the first - if (!(handlers = events[type])) { - handlers = events[type] = []; - handlers.delegateCount = 0; - - // Only use addEventListener if the special events handler returns false - if (!special.setup || - special.setup.call(elem, data, namespaces, eventHandle) === false) { - - if (elem.addEventListener) { - elem.addEventListener(type, eventHandle); - } - } - } - - if (special.add) { - special.add.call(elem, handleObj); - - if (!handleObj.handler.guid) { - handleObj.handler.guid = handler.guid; - } - } - - // Add to the element's handler list, delegates in front - if (selector) { - handlers.splice(handlers.delegateCount++, 0, handleObj); - } else { - handlers.push(handleObj); - } - - // Keep track of which events have ever been used, for event optimization - jQuery.event.global[type] = true; - } - - }, - - // Detach an event or set of events from an element - remove: function (elem, types, handler, selector, mappedTypes) { - - var j, origCount, tmp, - events, t, handleObj, - special, handlers, type, namespaces, origType, - elemData = dataPriv.hasData(elem) && dataPriv.get(elem); - - if (!elemData || !(events = elemData.events)) { - return; - } - - // Once for each type.namespace in types; type may be omitted - types = (types || "").match(rnothtmlwhite) || [""]; - t = types.length; - while (t--) { - tmp = rtypenamespace.exec(types[t]) || []; - type = origType = tmp[1]; - namespaces = (tmp[2] || "").split(".").sort(); - - // Unbind all events (on this namespace, if provided) for the element - if (!type) { - for (type in events) { - jQuery.event.remove(elem, type + types[t], handler, selector, true); - } - continue; - } - - special = jQuery.event.special[type] || {}; - type = (selector ? special.delegateType : special.bindType) || type; - handlers = events[type] || []; - tmp = tmp[2] && - new RegExp("(^|\\.)" + namespaces.join("\\.(?:.*\\.|)") + "(\\.|$)"); - - // Remove matching events - origCount = j = handlers.length; - while (j--) { - handleObj = handlers[j]; - - if ((mappedTypes || origType === handleObj.origType) && - (!handler || handler.guid === handleObj.guid) && - (!tmp || tmp.test(handleObj.namespace)) && - (!selector || selector === handleObj.selector || - selector === "**" && handleObj.selector)) { - handlers.splice(j, 1); - - if (handleObj.selector) { - handlers.delegateCount--; - } - if (special.remove) { - special.remove.call(elem, handleObj); - } - } - } - - // Remove generic event handler if we removed something and no more handlers exist - // (avoids potential for endless recursion during removal of special event handlers) - if (origCount && !handlers.length) { - if (!special.teardown || - special.teardown.call(elem, namespaces, elemData.handle) === false) { - - jQuery.removeEvent(elem, type, elemData.handle); - } - - delete events[type]; - } - } - - // Remove data and the expando if it's no longer used - if (jQuery.isEmptyObject(events)) { - dataPriv.remove(elem, "handle events"); - } - }, - - dispatch: function (nativeEvent) { - - // Make a writable jQuery.Event from the native event object - var event = jQuery.event.fix(nativeEvent); - - var i, j, ret, matched, handleObj, handlerQueue, - args = new Array(arguments.length), - handlers = (dataPriv.get(this, "events") || {})[event.type] || [], - special = jQuery.event.special[event.type] || {}; - - // Use the fix-ed jQuery.Event rather than the (read-only) native event - args[0] = event; - - for (i = 1; i < arguments.length; i++) { - args[i] = arguments[i]; - } - - event.delegateTarget = this; - - // Call the preDispatch hook for the mapped type, and let it bail if desired - if (special.preDispatch && special.preDispatch.call(this, event) === false) { - return; - } - - // Determine handlers - handlerQueue = jQuery.event.handlers.call(this, event, handlers); - - // Run delegates first; they may want to stop propagation beneath us - i = 0; - while ((matched = handlerQueue[i++]) && !event.isPropagationStopped()) { - event.currentTarget = matched.elem; - - j = 0; - while ((handleObj = matched.handlers[j++]) && - !event.isImmediatePropagationStopped()) { - - // If the event is namespaced, then each handler is only invoked if it is - // specially universal or its namespaces are a superset of the event's. - if (!event.rnamespace || handleObj.namespace === false || - event.rnamespace.test(handleObj.namespace)) { - - event.handleObj = handleObj; - event.data = handleObj.data; - - ret = ((jQuery.event.special[handleObj.origType] || {}).handle || - handleObj.handler).apply(matched.elem, args); - - if (ret !== undefined) { - if ((event.result = ret) === false) { - event.preventDefault(); - event.stopPropagation(); - } - } - } - } - } - - // Call the postDispatch hook for the mapped type - if (special.postDispatch) { - special.postDispatch.call(this, event); - } - - return event.result; - }, - - handlers: function (event, handlers) { - var i, handleObj, sel, matchedHandlers, matchedSelectors, - handlerQueue = [], - delegateCount = handlers.delegateCount, - cur = event.target; - - // Find delegate handlers - if (delegateCount && - - // Support: IE <=9 - // Black-hole SVG instance trees (trac-13180) - cur.nodeType && - - // Support: Firefox <=42 - // Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861) - // https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click - // Support: IE 11 only - // ...but not arrow key "clicks" of radio inputs, which can have `button` -1 (gh-2343) - !(event.type === "click" && event.button >= 1)) { - - for (; cur !== this; cur = cur.parentNode || this) { - - // Don't check non-elements (#13208) - // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764) - if (cur.nodeType === 1 && !(event.type === "click" && cur.disabled === true)) { - matchedHandlers = []; - matchedSelectors = {}; - for (i = 0; i < delegateCount; i++) { - handleObj = handlers[i]; - - // Don't conflict with Object.prototype properties (#13203) - sel = handleObj.selector + " "; - - if (matchedSelectors[sel] === undefined) { - matchedSelectors[sel] = handleObj.needsContext ? - jQuery(sel, this).index(cur) > -1 : - jQuery.find(sel, this, null, [cur]).length; - } - if (matchedSelectors[sel]) { - matchedHandlers.push(handleObj); - } - } - if (matchedHandlers.length) { - handlerQueue.push({elem: cur, handlers: matchedHandlers}); - } - } - } - } - - // Add the remaining (directly-bound) handlers - cur = this; - if (delegateCount < handlers.length) { - handlerQueue.push({elem: cur, handlers: handlers.slice(delegateCount)}); - } - - return handlerQueue; - }, - - addProp: function (name, hook) { - Object.defineProperty(jQuery.Event.prototype, name, { - enumerable: true, - configurable: true, - - get: isFunction(hook) ? - function () { - if (this.originalEvent) { - return hook(this.originalEvent); - } - } : - function () { - if (this.originalEvent) { - return this.originalEvent[name]; - } - }, - - set: function (value) { - Object.defineProperty(this, name, { - enumerable: true, - configurable: true, - writable: true, - value: value - }); - } - }); - }, - - fix: function (originalEvent) { - return originalEvent[jQuery.expando] ? - originalEvent : - new jQuery.Event(originalEvent); - }, - - special: { - load: { - - // Prevent triggered image.load events from bubbling to window.load - noBubble: true - }, - click: { - - // Utilize native event to ensure correct state for checkable inputs - setup: function (data) { - - // For mutual compressibility with _default, replace `this` access with a local var. - // `|| data` is dead code meant only to preserve the variable through minification. - var el = this || data; - - // Claim the first handler - if (rcheckableType.test(el.type) && - el.click && nodeName(el, "input")) { - - // dataPriv.set( el, "click", ... ) - leverageNative(el, "click", returnTrue); - } - - // Return false to allow normal processing in the caller - return false; - }, - trigger: function (data) { - - // For mutual compressibility with _default, replace `this` access with a local var. - // `|| data` is dead code meant only to preserve the variable through minification. - var el = this || data; - - // Force setup before triggering a click - if (rcheckableType.test(el.type) && - el.click && nodeName(el, "input")) { - - leverageNative(el, "click"); - } - - // Return non-false to allow normal event-path propagation - return true; - }, - - // For cross-browser consistency, suppress native .click() on links - // Also prevent it if we're currently inside a leveraged native-event stack - _default: function (event) { - var target = event.target; - return rcheckableType.test(target.type) && - target.click && nodeName(target, "input") && - dataPriv.get(target, "click") || - nodeName(target, "a"); - } - }, - - beforeunload: { - postDispatch: function (event) { - - // Support: Firefox 20+ - // Firefox doesn't alert if the returnValue field is not set. - if (event.result !== undefined && event.originalEvent) { - event.originalEvent.returnValue = event.result; - } - } - } - } - }; - -// Ensure the presence of an event listener that handles manually-triggered -// synthetic events by interrupting progress until reinvoked in response to -// *native* events that it fires directly, ensuring that state changes have -// already occurred before other listeners are invoked. - function leverageNative(el, type, expectSync) { - - // Missing expectSync indicates a trigger call, which must force setup through jQuery.event.add - if (!expectSync) { - if (dataPriv.get(el, type) === undefined) { - jQuery.event.add(el, type, returnTrue); - } - return; - } - - // Register the controller as a special universal handler for all event namespaces - dataPriv.set(el, type, false); - jQuery.event.add(el, type, { - namespace: false, - handler: function (event) { - var notAsync, result, - saved = dataPriv.get(this, type); - - if ((event.isTrigger & 1) && this[type]) { - - // Interrupt processing of the outer synthetic .trigger()ed event - // Saved data should be false in such cases, but might be a leftover capture object - // from an async native handler (gh-4350) - if (!saved.length) { - - // Store arguments for use when handling the inner native event - // There will always be at least one argument (an event object), so this array - // will not be confused with a leftover capture object. - saved = slice.call(arguments); - dataPriv.set(this, type, saved); - - // Trigger the native event and capture its result - // Support: IE <=9 - 11+ - // focus() and blur() are asynchronous - notAsync = expectSync(this, type); - this[type](); - result = dataPriv.get(this, type); - if (saved !== result || notAsync) { - dataPriv.set(this, type, false); - } else { - result = {}; - } - if (saved !== result) { - - // Cancel the outer synthetic event - event.stopImmediatePropagation(); - event.preventDefault(); - return result.value; - } - - // If this is an inner synthetic event for an event with a bubbling surrogate - // (focus or blur), assume that the surrogate already propagated from triggering the - // native event and prevent that from happening again here. - // This technically gets the ordering wrong w.r.t. to `.trigger()` (in which the - // bubbling surrogate propagates *after* the non-bubbling base), but that seems - // less bad than duplication. - } else if ((jQuery.event.special[type] || {}).delegateType) { - event.stopPropagation(); - } - - // If this is a native event triggered above, everything is now in order - // Fire an inner synthetic event with the original arguments - } else if (saved.length) { - - // ...and capture the result - dataPriv.set(this, type, { - value: jQuery.event.trigger( - // Support: IE <=9 - 11+ - // Extend with the prototype to reset the above stopImmediatePropagation() - jQuery.extend(saved[0], jQuery.Event.prototype), - saved.slice(1), - this - ) - }); - - // Abort handling of the native event - event.stopImmediatePropagation(); - } - } - }); - } - - jQuery.removeEvent = function (elem, type, handle) { - - // This "if" is needed for plain objects - if (elem.removeEventListener) { - elem.removeEventListener(type, handle); - } - }; - - jQuery.Event = function (src, props) { - - // Allow instantiation without the 'new' keyword - if (!(this instanceof jQuery.Event)) { - return new jQuery.Event(src, props); - } - - // Event object - if (src && src.type) { - this.originalEvent = src; - this.type = src.type; - - // Events bubbling up the document may have been marked as prevented - // by a handler lower down the tree; reflect the correct value. - this.isDefaultPrevented = src.defaultPrevented || - src.defaultPrevented === undefined && - - // Support: Android <=2.3 only - src.returnValue === false ? - returnTrue : - returnFalse; - - // Create target properties - // Support: Safari <=6 - 7 only - // Target should not be a text node (#504, #13143) - this.target = (src.target && src.target.nodeType === 3) ? - src.target.parentNode : - src.target; - - this.currentTarget = src.currentTarget; - this.relatedTarget = src.relatedTarget; - - // Event type - } else { - this.type = src; - } - - // Put explicitly provided properties onto the event object - if (props) { - jQuery.extend(this, props); - } - - // Create a timestamp if incoming event doesn't have one - this.timeStamp = src && src.timeStamp || Date.now(); - - // Mark it as fixed - this[jQuery.expando] = true; - }; - -// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding -// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html - jQuery.Event.prototype = { - constructor: jQuery.Event, - isDefaultPrevented: returnFalse, - isPropagationStopped: returnFalse, - isImmediatePropagationStopped: returnFalse, - isSimulated: false, - - preventDefault: function () { - var e = this.originalEvent; - - this.isDefaultPrevented = returnTrue; - - if (e && !this.isSimulated) { - e.preventDefault(); - } - }, - stopPropagation: function () { - var e = this.originalEvent; - - this.isPropagationStopped = returnTrue; - - if (e && !this.isSimulated) { - e.stopPropagation(); - } - }, - stopImmediatePropagation: function () { - var e = this.originalEvent; - - this.isImmediatePropagationStopped = returnTrue; - - if (e && !this.isSimulated) { - e.stopImmediatePropagation(); - } - - this.stopPropagation(); - } - }; - -// Includes all common event props including KeyEvent and MouseEvent specific props - jQuery.each({ - altKey: true, - bubbles: true, - cancelable: true, - changedTouches: true, - ctrlKey: true, - detail: true, - eventPhase: true, - metaKey: true, - pageX: true, - pageY: true, - shiftKey: true, - view: true, - "char": true, - code: true, - charCode: true, - key: true, - keyCode: true, - button: true, - buttons: true, - clientX: true, - clientY: true, - offsetX: true, - offsetY: true, - pointerId: true, - pointerType: true, - screenX: true, - screenY: true, - targetTouches: true, - toElement: true, - touches: true, - - which: function (event) { - var button = event.button; - - // Add which for key events - if (event.which == null && rkeyEvent.test(event.type)) { - return event.charCode != null ? event.charCode : event.keyCode; - } - - // Add which for click: 1 === left; 2 === middle; 3 === right - if (!event.which && button !== undefined && rmouseEvent.test(event.type)) { - if (button & 1) { - return 1; - } - - if (button & 2) { - return 3; - } - - if (button & 4) { - return 2; - } - - return 0; - } - - return event.which; - } - }, jQuery.event.addProp); - - jQuery.each({focus: "focusin", blur: "focusout"}, function (type, delegateType) { - jQuery.event.special[type] = { - - // Utilize native event if possible so blur/focus sequence is correct - setup: function () { - - // Claim the first handler - // dataPriv.set( this, "focus", ... ) - // dataPriv.set( this, "blur", ... ) - leverageNative(this, type, expectSync); - - // Return false to allow normal processing in the caller - return false; - }, - trigger: function () { - - // Force setup before trigger - leverageNative(this, type); - - // Return non-false to allow normal event-path propagation - return true; - }, - - delegateType: delegateType - }; - }); - -// Create mouseenter/leave events using mouseover/out and event-time checks -// so that event delegation works in jQuery. -// Do the same for pointerenter/pointerleave and pointerover/pointerout -// -// Support: Safari 7 only -// Safari sends mouseenter too often; see: -// https://bugs.chromium.org/p/chromium/issues/detail?id=470258 -// for the description of the bug (it existed in older Chrome versions as well). - jQuery.each({ - mouseenter: "mouseover", - mouseleave: "mouseout", - pointerenter: "pointerover", - pointerleave: "pointerout" - }, function (orig, fix) { - jQuery.event.special[orig] = { - delegateType: fix, - bindType: fix, - - handle: function (event) { - var ret, - target = this, - related = event.relatedTarget, - handleObj = event.handleObj; - - // For mouseenter/leave call the handler if related is outside the target. - // NB: No relatedTarget if the mouse left/entered the browser window - if (!related || (related !== target && !jQuery.contains(target, related))) { - event.type = handleObj.origType; - ret = handleObj.handler.apply(this, arguments); - event.type = fix; - } - return ret; - } - }; - }); - - jQuery.fn.extend({ - - on: function (types, selector, data, fn) { - return on(this, types, selector, data, fn); - }, - one: function (types, selector, data, fn) { - return on(this, types, selector, data, fn, 1); - }, - off: function (types, selector, fn) { - var handleObj, type; - if (types && types.preventDefault && types.handleObj) { - - // ( event ) dispatched jQuery.Event - handleObj = types.handleObj; - jQuery(types.delegateTarget).off( - handleObj.namespace ? - handleObj.origType + "." + handleObj.namespace : - handleObj.origType, - handleObj.selector, - handleObj.handler - ); - return this; - } - if (typeof types === "object") { - - // ( types-object [, selector] ) - for (type in types) { - this.off(type, selector, types[type]); - } - return this; - } - if (selector === false || typeof selector === "function") { - - // ( types [, fn] ) - fn = selector; - selector = undefined; - } - if (fn === false) { - fn = returnFalse; - } - return this.each(function () { - jQuery.event.remove(this, types, fn, selector); - }); - } - }); - - - var - - /* eslint-disable max-len */ - - // See https://github.com/eslint/eslint/issues/3229 - rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi, - - /* eslint-enable */ - - // Support: IE <=10 - 11, Edge 12 - 13 only - // In IE/Edge using regex groups here causes severe slowdowns. - // See https://connect.microsoft.com/IE/feedback/details/1736512/ - rnoInnerhtml = /\s*$/g; - -// Prefer a tbody over its parent table for containing new rows - function manipulationTarget(elem, content) { - if (nodeName(elem, "table") && - nodeName(content.nodeType !== 11 ? content : content.firstChild, "tr")) { - - return jQuery(elem).children("tbody")[0] || elem; - } - - return elem; - } - -// Replace/restore the type attribute of script elements for safe DOM manipulation - function disableScript(elem) { - elem.type = (elem.getAttribute("type") !== null) + "/" + elem.type; - return elem; - } - - function restoreScript(elem) { - if ((elem.type || "").slice(0, 5) === "true/") { - elem.type = elem.type.slice(5); - } else { - elem.removeAttribute("type"); - } - - return elem; - } - - function cloneCopyEvent(src, dest) { - var i, l, type, pdataOld, pdataCur, udataOld, udataCur, events; - - if (dest.nodeType !== 1) { - return; - } - - // 1. Copy private data: events, handlers, etc. - if (dataPriv.hasData(src)) { - pdataOld = dataPriv.access(src); - pdataCur = dataPriv.set(dest, pdataOld); - events = pdataOld.events; - - if (events) { - delete pdataCur.handle; - pdataCur.events = {}; - - for (type in events) { - for (i = 0, l = events[type].length; i < l; i++) { - jQuery.event.add(dest, type, events[type][i]); - } - } - } - } - - // 2. Copy user data - if (dataUser.hasData(src)) { - udataOld = dataUser.access(src); - udataCur = jQuery.extend({}, udataOld); - - dataUser.set(dest, udataCur); - } - } - -// Fix IE bugs, see support tests - function fixInput(src, dest) { - var nodeName = dest.nodeName.toLowerCase(); - - // Fails to persist the checked state of a cloned checkbox or radio button. - if (nodeName === "input" && rcheckableType.test(src.type)) { - dest.checked = src.checked; - - // Fails to return the selected option to the default selected state when cloning options - } else if (nodeName === "input" || nodeName === "textarea") { - dest.defaultValue = src.defaultValue; - } - } - - function domManip(collection, args, callback, ignored) { - - // Flatten any nested arrays - args = concat.apply([], args); - - var fragment, first, scripts, hasScripts, node, doc, - i = 0, - l = collection.length, - iNoClone = l - 1, - value = args[0], - valueIsFunction = isFunction(value); - - // We can't cloneNode fragments that contain checked, in WebKit - if (valueIsFunction || - (l > 1 && typeof value === "string" && - !support.checkClone && rchecked.test(value))) { - return collection.each(function (index) { - var self = collection.eq(index); - if (valueIsFunction) { - args[0] = value.call(this, index, self.html()); - } - domManip(self, args, callback, ignored); - }); - } - - if (l) { - fragment = buildFragment(args, collection[0].ownerDocument, false, collection, ignored); - first = fragment.firstChild; - - if (fragment.childNodes.length === 1) { - fragment = first; - } - - // Require either new content or an interest in ignored elements to invoke the callback - if (first || ignored) { - scripts = jQuery.map(getAll(fragment, "script"), disableScript); - hasScripts = scripts.length; - - // Use the original fragment for the last item - // instead of the first because it can end up - // being emptied incorrectly in certain situations (#8070). - for (; i < l; i++) { - node = fragment; - - if (i !== iNoClone) { - node = jQuery.clone(node, true, true); - - // Keep references to cloned scripts for later restoration - if (hasScripts) { - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge(scripts, getAll(node, "script")); - } - } - - callback.call(collection[i], node, i); - } - - if (hasScripts) { - doc = scripts[scripts.length - 1].ownerDocument; - - // Reenable scripts - jQuery.map(scripts, restoreScript); - - // Evaluate executable scripts on first document insertion - for (i = 0; i < hasScripts; i++) { - node = scripts[i]; - if (rscriptType.test(node.type || "") && - !dataPriv.access(node, "globalEval") && - jQuery.contains(doc, node)) { - - if (node.src && (node.type || "").toLowerCase() !== "module") { - - // Optional AJAX dependency, but won't run scripts if not present - if (jQuery._evalUrl && !node.noModule) { - jQuery._evalUrl(node.src, { - nonce: node.nonce || node.getAttribute("nonce") - }); - } - } else { - DOMEval(node.textContent.replace(rcleanScript, ""), node, doc); - } - } - } - } - } - } - - return collection; - } - - function remove(elem, selector, keepData) { - var node, - nodes = selector ? jQuery.filter(selector, elem) : elem, - i = 0; - - for (; (node = nodes[i]) != null; i++) { - if (!keepData && node.nodeType === 1) { - jQuery.cleanData(getAll(node)); - } - - if (node.parentNode) { - if (keepData && isAttached(node)) { - setGlobalEval(getAll(node, "script")); - } - node.parentNode.removeChild(node); - } - } - - return elem; - } - - jQuery.extend({ - htmlPrefilter: function (html) { - return html.replace(rxhtmlTag, "<$1>"); - }, - - clone: function (elem, dataAndEvents, deepDataAndEvents) { - var i, l, srcElements, destElements, - clone = elem.cloneNode(true), - inPage = isAttached(elem); - - // Fix IE cloning issues - if (!support.noCloneChecked && (elem.nodeType === 1 || elem.nodeType === 11) && - !jQuery.isXMLDoc(elem)) { - - // We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2 - destElements = getAll(clone); - srcElements = getAll(elem); - - for (i = 0, l = srcElements.length; i < l; i++) { - fixInput(srcElements[i], destElements[i]); - } - } - - // Copy the events from the original to the clone - if (dataAndEvents) { - if (deepDataAndEvents) { - srcElements = srcElements || getAll(elem); - destElements = destElements || getAll(clone); - - for (i = 0, l = srcElements.length; i < l; i++) { - cloneCopyEvent(srcElements[i], destElements[i]); - } - } else { - cloneCopyEvent(elem, clone); - } - } - - // Preserve script evaluation history - destElements = getAll(clone, "script"); - if (destElements.length > 0) { - setGlobalEval(destElements, !inPage && getAll(elem, "script")); - } - - // Return the cloned set - return clone; - }, - - cleanData: function (elems) { - var data, elem, type, - special = jQuery.event.special, - i = 0; - - for (; (elem = elems[i]) !== undefined; i++) { - if (acceptData(elem)) { - if ((data = elem[dataPriv.expando])) { - if (data.events) { - for (type in data.events) { - if (special[type]) { - jQuery.event.remove(elem, type); - - // This is a shortcut to avoid jQuery.event.remove's overhead - } else { - jQuery.removeEvent(elem, type, data.handle); - } - } - } - - // Support: Chrome <=35 - 45+ - // Assign undefined instead of using delete, see Data#remove - elem[dataPriv.expando] = undefined; - } - if (elem[dataUser.expando]) { - - // Support: Chrome <=35 - 45+ - // Assign undefined instead of using delete, see Data#remove - elem[dataUser.expando] = undefined; - } - } - } - } - }); - - jQuery.fn.extend({ - detach: function (selector) { - return remove(this, selector, true); - }, - - remove: function (selector) { - return remove(this, selector); - }, - - text: function (value) { - return access(this, function (value) { - return value === undefined ? - jQuery.text(this) : - this.empty().each(function () { - if (this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9) { - this.textContent = value; - } - }); - }, null, value, arguments.length); - }, - - append: function () { - return domManip(this, arguments, function (elem) { - if (this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9) { - var target = manipulationTarget(this, elem); - target.appendChild(elem); - } - }); - }, - - prepend: function () { - return domManip(this, arguments, function (elem) { - if (this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9) { - var target = manipulationTarget(this, elem); - target.insertBefore(elem, target.firstChild); - } - }); - }, - - before: function () { - return domManip(this, arguments, function (elem) { - if (this.parentNode) { - this.parentNode.insertBefore(elem, this); - } - }); - }, - - after: function () { - return domManip(this, arguments, function (elem) { - if (this.parentNode) { - this.parentNode.insertBefore(elem, this.nextSibling); - } - }); - }, - - empty: function () { - var elem, - i = 0; - - for (; (elem = this[i]) != null; i++) { - if (elem.nodeType === 1) { - - // Prevent memory leaks - jQuery.cleanData(getAll(elem, false)); - - // Remove any remaining nodes - elem.textContent = ""; - } - } - - return this; - }, - - clone: function (dataAndEvents, deepDataAndEvents) { - dataAndEvents = dataAndEvents == null ? false : dataAndEvents; - deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; - - return this.map(function () { - return jQuery.clone(this, dataAndEvents, deepDataAndEvents); - }); - }, - - html: function (value) { - return access(this, function (value) { - var elem = this[0] || {}, - i = 0, - l = this.length; - - if (value === undefined && elem.nodeType === 1) { - return elem.innerHTML; - } - - // See if we can take a shortcut and just use innerHTML - if (typeof value === "string" && !rnoInnerhtml.test(value) && - !wrapMap[(rtagName.exec(value) || ["", ""])[1].toLowerCase()]) { - - value = jQuery.htmlPrefilter(value); - - try { - for (; i < l; i++) { - elem = this[i] || {}; - - // Remove element nodes and prevent memory leaks - if (elem.nodeType === 1) { - jQuery.cleanData(getAll(elem, false)); - elem.innerHTML = value; - } - } - - elem = 0; - - // If using innerHTML throws an exception, use the fallback method - } catch (e) { - } - } - - if (elem) { - this.empty().append(value); - } - }, null, value, arguments.length); - }, - - replaceWith: function () { - var ignored = []; - - // Make the changes, replacing each non-ignored context element with the new content - return domManip(this, arguments, function (elem) { - var parent = this.parentNode; - - if (jQuery.inArray(this, ignored) < 0) { - jQuery.cleanData(getAll(this)); - if (parent) { - parent.replaceChild(elem, this); - } - } - - // Force callback invocation - }, ignored); - } - }); - - jQuery.each({ - appendTo: "append", - prependTo: "prepend", - insertBefore: "before", - insertAfter: "after", - replaceAll: "replaceWith" - }, function (name, original) { - jQuery.fn[name] = function (selector) { - var elems, - ret = [], - insert = jQuery(selector), - last = insert.length - 1, - i = 0; - - for (; i <= last; i++) { - elems = i === last ? this : this.clone(true); - jQuery(insert[i])[original](elems); - - // Support: Android <=4.0 only, PhantomJS 1 only - // .get() because push.apply(_, arraylike) throws on ancient WebKit - push.apply(ret, elems.get()); - } - - return this.pushStack(ret); - }; - }); - var rnumnonpx = new RegExp("^(" + pnum + ")(?!px)[a-z%]+$", "i"); - - var getStyles = function (elem) { - - // Support: IE <=11 only, Firefox <=30 (#15098, #14150) - // IE throws on elements created in popups - // FF meanwhile throws on frame elements through "defaultView.getComputedStyle" - var view = elem.ownerDocument.defaultView; - - if (!view || !view.opener) { - view = window; - } - - return view.getComputedStyle(elem); - }; - - var rboxStyle = new RegExp(cssExpand.join("|"), "i"); - - - (function () { - - // Executing both pixelPosition & boxSizingReliable tests require only one layout - // so they're executed at the same time to save the second computation. - function computeStyleTests() { - - // This is a singleton, we need to execute it only once - if (!div) { - return; - } - - container.style.cssText = "position:absolute;left:-11111px;width:60px;" + - "margin-top:1px;padding:0;border:0"; - div.style.cssText = - "position:relative;display:block;box-sizing:border-box;overflow:scroll;" + - "margin:auto;border:1px;padding:1px;" + - "width:60%;top:1%"; - documentElement.appendChild(container).appendChild(div); - - var divStyle = window.getComputedStyle(div); - pixelPositionVal = divStyle.top !== "1%"; - - // Support: Android 4.0 - 4.3 only, Firefox <=3 - 44 - reliableMarginLeftVal = roundPixelMeasures(divStyle.marginLeft) === 12; - - // Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3 - // Some styles come back with percentage values, even though they shouldn't - div.style.right = "60%"; - pixelBoxStylesVal = roundPixelMeasures(divStyle.right) === 36; - - // Support: IE 9 - 11 only - // Detect misreporting of content dimensions for box-sizing:border-box elements - boxSizingReliableVal = roundPixelMeasures(divStyle.width) === 36; - - // Support: IE 9 only - // Detect overflow:scroll screwiness (gh-3699) - // Support: Chrome <=64 - // Don't get tricked when zoom affects offsetWidth (gh-4029) - div.style.position = "absolute"; - scrollboxSizeVal = roundPixelMeasures(div.offsetWidth / 3) === 12; - - documentElement.removeChild(container); - - // Nullify the div so it wouldn't be stored in the memory and - // it will also be a sign that checks already performed - div = null; - } - - function roundPixelMeasures(measure) { - return Math.round(parseFloat(measure)); - } - - var pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal, - reliableMarginLeftVal, - container = document.createElement("div"), - div = document.createElement("div"); - - // Finish early in limited (non-browser) environments - if (!div.style) { - return; - } - - // Support: IE <=9 - 11 only - // Style of cloned element affects source element cloned (#8908) - div.style.backgroundClip = "content-box"; - div.cloneNode(true).style.backgroundClip = ""; - support.clearCloneStyle = div.style.backgroundClip === "content-box"; - - jQuery.extend(support, { - boxSizingReliable: function () { - computeStyleTests(); - return boxSizingReliableVal; - }, - pixelBoxStyles: function () { - computeStyleTests(); - return pixelBoxStylesVal; - }, - pixelPosition: function () { - computeStyleTests(); - return pixelPositionVal; - }, - reliableMarginLeft: function () { - computeStyleTests(); - return reliableMarginLeftVal; - }, - scrollboxSize: function () { - computeStyleTests(); - return scrollboxSizeVal; - } - }); - })(); - - - function curCSS(elem, name, computed) { - var width, minWidth, maxWidth, ret, - - // Support: Firefox 51+ - // Retrieving style before computed somehow - // fixes an issue with getting wrong values - // on detached elements - style = elem.style; - - computed = computed || getStyles(elem); - - // getPropertyValue is needed for: - // .css('filter') (IE 9 only, #12537) - // .css('--customProperty) (#3144) - if (computed) { - ret = computed.getPropertyValue(name) || computed[name]; - - if (ret === "" && !isAttached(elem)) { - ret = jQuery.style(elem, name); - } - - // A tribute to the "awesome hack by Dean Edwards" - // Android Browser returns percentage for some values, - // but width seems to be reliably pixels. - // This is against the CSSOM draft spec: - // https://drafts.csswg.org/cssom/#resolved-values - if (!support.pixelBoxStyles() && rnumnonpx.test(ret) && rboxStyle.test(name)) { - - // Remember the original values - width = style.width; - minWidth = style.minWidth; - maxWidth = style.maxWidth; - - // Put in the new values to get a computed value out - style.minWidth = style.maxWidth = style.width = ret; - ret = computed.width; - - // Revert the changed values - style.width = width; - style.minWidth = minWidth; - style.maxWidth = maxWidth; - } - } - - return ret !== undefined ? - - // Support: IE <=9 - 11 only - // IE returns zIndex value as an integer. - ret + "" : - ret; - } - - - function addGetHookIf(conditionFn, hookFn) { - - // Define the hook, we'll check on the first run if it's really needed. - return { - get: function () { - if (conditionFn()) { - - // Hook not needed (or it's not possible to use it due - // to missing dependency), remove it. - delete this.get; - return; - } - - // Hook needed; redefine it so that the support test is not executed again. - return (this.get = hookFn).apply(this, arguments); - } - }; - } - - - var cssPrefixes = ["Webkit", "Moz", "ms"], - emptyStyle = document.createElement("div").style, - vendorProps = {}; - -// Return a vendor-prefixed property or undefined - function vendorPropName(name) { - - // Check for vendor prefixed names - var capName = name[0].toUpperCase() + name.slice(1), - i = cssPrefixes.length; - - while (i--) { - name = cssPrefixes[i] + capName; - if (name in emptyStyle) { - return name; - } - } - } - -// Return a potentially-mapped jQuery.cssProps or vendor prefixed property - function finalPropName(name) { - var final = jQuery.cssProps[name] || vendorProps[name]; - - if (final) { - return final; - } - if (name in emptyStyle) { - return name; - } - return vendorProps[name] = vendorPropName(name) || name; - } - - - var - - // Swappable if display is none or starts with table - // except "table", "table-cell", or "table-caption" - // See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display - rdisplayswap = /^(none|table(?!-c[ea]).+)/, - rcustomProp = /^--/, - cssShow = {position: "absolute", visibility: "hidden", display: "block"}, - cssNormalTransform = { - letterSpacing: "0", - fontWeight: "400" - }; - - function setPositiveNumber(elem, value, subtract) { - - // Any relative (+/-) values have already been - // normalized at this point - var matches = rcssNum.exec(value); - return matches ? - - // Guard against undefined "subtract", e.g., when used as in cssHooks - Math.max(0, matches[2] - (subtract || 0)) + (matches[3] || "px") : - value; - } - - function boxModelAdjustment(elem, dimension, box, isBorderBox, styles, computedVal) { - var i = dimension === "width" ? 1 : 0, - extra = 0, - delta = 0; - - // Adjustment may not be necessary - if (box === (isBorderBox ? "border" : "content")) { - return 0; - } - - for (; i < 4; i += 2) { - - // Both box models exclude margin - if (box === "margin") { - delta += jQuery.css(elem, box + cssExpand[i], true, styles); - } - - // If we get here with a content-box, we're seeking "padding" or "border" or "margin" - if (!isBorderBox) { - - // Add padding - delta += jQuery.css(elem, "padding" + cssExpand[i], true, styles); - - // For "border" or "margin", add border - if (box !== "padding") { - delta += jQuery.css(elem, "border" + cssExpand[i] + "Width", true, styles); - - // But still keep track of it otherwise - } else { - extra += jQuery.css(elem, "border" + cssExpand[i] + "Width", true, styles); - } - - // If we get here with a border-box (content + padding + border), we're seeking "content" or - // "padding" or "margin" - } else { - - // For "content", subtract padding - if (box === "content") { - delta -= jQuery.css(elem, "padding" + cssExpand[i], true, styles); - } - - // For "content" or "padding", subtract border - if (box !== "margin") { - delta -= jQuery.css(elem, "border" + cssExpand[i] + "Width", true, styles); - } - } - } - - // Account for positive content-box scroll gutter when requested by providing computedVal - if (!isBorderBox && computedVal >= 0) { - - // offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border - // Assuming integer scroll gutter, subtract the rest and round down - delta += Math.max(0, Math.ceil( - elem["offset" + dimension[0].toUpperCase() + dimension.slice(1)] - - computedVal - - delta - - extra - - 0.5 - - // If offsetWidth/offsetHeight is unknown, then we can't determine content-box scroll gutter - // Use an explicit zero to avoid NaN (gh-3964) - )) || 0; - } - - return delta; - } - - function getWidthOrHeight(elem, dimension, extra) { - - // Start with computed style - var styles = getStyles(elem), - - // To avoid forcing a reflow, only fetch boxSizing if we need it (gh-4322). - // Fake content-box until we know it's needed to know the true value. - boxSizingNeeded = !support.boxSizingReliable() || extra, - isBorderBox = boxSizingNeeded && - jQuery.css(elem, "boxSizing", false, styles) === "border-box", - valueIsBorderBox = isBorderBox, - - val = curCSS(elem, dimension, styles), - offsetProp = "offset" + dimension[0].toUpperCase() + dimension.slice(1); - - // Support: Firefox <=54 - // Return a confounding non-pixel value or feign ignorance, as appropriate. - if (rnumnonpx.test(val)) { - if (!extra) { - return val; - } - val = "auto"; - } - - - // Fall back to offsetWidth/offsetHeight when value is "auto" - // This happens for inline elements with no explicit setting (gh-3571) - // Support: Android <=4.1 - 4.3 only - // Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602) - // Support: IE 9-11 only - // Also use offsetWidth/offsetHeight for when box sizing is unreliable - // We use getClientRects() to check for hidden/disconnected. - // In those cases, the computed value can be trusted to be border-box - if ((!support.boxSizingReliable() && isBorderBox || - val === "auto" || - !parseFloat(val) && jQuery.css(elem, "display", false, styles) === "inline") && - elem.getClientRects().length) { - - isBorderBox = jQuery.css(elem, "boxSizing", false, styles) === "border-box"; - - // Where available, offsetWidth/offsetHeight approximate border box dimensions. - // Where not available (e.g., SVG), assume unreliable box-sizing and interpret the - // retrieved value as a content box dimension. - valueIsBorderBox = offsetProp in elem; - if (valueIsBorderBox) { - val = elem[offsetProp]; - } - } - - // Normalize "" and auto - val = parseFloat(val) || 0; - - // Adjust for the element's box model - return (val + - boxModelAdjustment( - elem, - dimension, - extra || (isBorderBox ? "border" : "content"), - valueIsBorderBox, - styles, - - // Provide the current computed size to request scroll gutter calculation (gh-3589) - val - ) - ) + "px"; - } - - jQuery.extend({ - - // Add in style property hooks for overriding the default - // behavior of getting and setting a style property - cssHooks: { - opacity: { - get: function (elem, computed) { - if (computed) { - - // We should always get a number back from opacity - var ret = curCSS(elem, "opacity"); - return ret === "" ? "1" : ret; - } - } - } - }, - - // Don't automatically add "px" to these possibly-unitless properties - cssNumber: { - "animationIterationCount": true, - "columnCount": true, - "fillOpacity": true, - "flexGrow": true, - "flexShrink": true, - "fontWeight": true, - "gridArea": true, - "gridColumn": true, - "gridColumnEnd": true, - "gridColumnStart": true, - "gridRow": true, - "gridRowEnd": true, - "gridRowStart": true, - "lineHeight": true, - "opacity": true, - "order": true, - "orphans": true, - "widows": true, - "zIndex": true, - "zoom": true - }, - - // Add in properties whose names you wish to fix before - // setting or getting the value - cssProps: {}, - - // Get and set the style property on a DOM Node - style: function (elem, name, value, extra) { - - // Don't set styles on text and comment nodes - if (!elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style) { - return; - } - - // Make sure that we're working with the right name - var ret, type, hooks, - origName = camelCase(name), - isCustomProp = rcustomProp.test(name), - style = elem.style; - - // Make sure that we're working with the right name. We don't - // want to query the value if it is a CSS custom property - // since they are user-defined. - if (!isCustomProp) { - name = finalPropName(origName); - } - - // Gets hook for the prefixed version, then unprefixed version - hooks = jQuery.cssHooks[name] || jQuery.cssHooks[origName]; - - // Check if we're setting a value - if (value !== undefined) { - type = typeof value; - - // Convert "+=" or "-=" to relative numbers (#7345) - if (type === "string" && (ret = rcssNum.exec(value)) && ret[1]) { - value = adjustCSS(elem, name, ret); - - // Fixes bug #9237 - type = "number"; - } - - // Make sure that null and NaN values aren't set (#7116) - if (value == null || value !== value) { - return; - } - - // If a number was passed in, add the unit (except for certain CSS properties) - // The isCustomProp check can be removed in jQuery 4.0 when we only auto-append - // "px" to a few hardcoded values. - if (type === "number" && !isCustomProp) { - value += ret && ret[3] || (jQuery.cssNumber[origName] ? "" : "px"); - } - - // background-* props affect original clone's values - if (!support.clearCloneStyle && value === "" && name.indexOf("background") === 0) { - style[name] = "inherit"; - } - - // If a hook was provided, use that value, otherwise just set the specified value - if (!hooks || !("set" in hooks) || - (value = hooks.set(elem, value, extra)) !== undefined) { - - if (isCustomProp) { - style.setProperty(name, value); - } else { - style[name] = value; - } - } - - } else { - - // If a hook was provided get the non-computed value from there - if (hooks && "get" in hooks && - (ret = hooks.get(elem, false, extra)) !== undefined) { - - return ret; - } - - // Otherwise just get the value from the style object - return style[name]; - } - }, - - css: function (elem, name, extra, styles) { - var val, num, hooks, - origName = camelCase(name), - isCustomProp = rcustomProp.test(name); - - // Make sure that we're working with the right name. We don't - // want to modify the value if it is a CSS custom property - // since they are user-defined. - if (!isCustomProp) { - name = finalPropName(origName); - } - - // Try prefixed name followed by the unprefixed name - hooks = jQuery.cssHooks[name] || jQuery.cssHooks[origName]; - - // If a hook was provided get the computed value from there - if (hooks && "get" in hooks) { - val = hooks.get(elem, true, extra); - } - - // Otherwise, if a way to get the computed value exists, use that - if (val === undefined) { - val = curCSS(elem, name, styles); - } - - // Convert "normal" to computed value - if (val === "normal" && name in cssNormalTransform) { - val = cssNormalTransform[name]; - } - - // Make numeric if forced or a qualifier was provided and val looks numeric - if (extra === "" || extra) { - num = parseFloat(val); - return extra === true || isFinite(num) ? num || 0 : val; - } - - return val; - } - }); - - jQuery.each(["height", "width"], function (i, dimension) { - jQuery.cssHooks[dimension] = { - get: function (elem, computed, extra) { - if (computed) { - - // Certain elements can have dimension info if we invisibly show them - // but it must have a current display style that would benefit - return rdisplayswap.test(jQuery.css(elem, "display")) && - - // Support: Safari 8+ - // Table columns in Safari have non-zero offsetWidth & zero - // getBoundingClientRect().width unless display is changed. - // Support: IE <=11 only - // Running getBoundingClientRect on a disconnected node - // in IE throws an error. - (!elem.getClientRects().length || !elem.getBoundingClientRect().width) ? - swap(elem, cssShow, function () { - return getWidthOrHeight(elem, dimension, extra); - }) : - getWidthOrHeight(elem, dimension, extra); - } - }, - - set: function (elem, value, extra) { - var matches, - styles = getStyles(elem), - - // Only read styles.position if the test has a chance to fail - // to avoid forcing a reflow. - scrollboxSizeBuggy = !support.scrollboxSize() && - styles.position === "absolute", - - // To avoid forcing a reflow, only fetch boxSizing if we need it (gh-3991) - boxSizingNeeded = scrollboxSizeBuggy || extra, - isBorderBox = boxSizingNeeded && - jQuery.css(elem, "boxSizing", false, styles) === "border-box", - subtract = extra ? - boxModelAdjustment( - elem, - dimension, - extra, - isBorderBox, - styles - ) : - 0; - - // Account for unreliable border-box dimensions by comparing offset* to computed and - // faking a content-box to get border and padding (gh-3699) - if (isBorderBox && scrollboxSizeBuggy) { - subtract -= Math.ceil( - elem["offset" + dimension[0].toUpperCase() + dimension.slice(1)] - - parseFloat(styles[dimension]) - - boxModelAdjustment(elem, dimension, "border", false, styles) - - 0.5 - ); - } - - // Convert to pixels if value adjustment is needed - if (subtract && (matches = rcssNum.exec(value)) && - (matches[3] || "px") !== "px") { - - elem.style[dimension] = value; - value = jQuery.css(elem, dimension); - } - - return setPositiveNumber(elem, value, subtract); - } - }; - }); - - jQuery.cssHooks.marginLeft = addGetHookIf(support.reliableMarginLeft, - function (elem, computed) { - if (computed) { - return (parseFloat(curCSS(elem, "marginLeft")) || - elem.getBoundingClientRect().left - - swap(elem, {marginLeft: 0}, function () { - return elem.getBoundingClientRect().left; - }) - ) + "px"; - } - } - ); - -// These hooks are used by animate to expand properties - jQuery.each({ - margin: "", - padding: "", - border: "Width" - }, function (prefix, suffix) { - jQuery.cssHooks[prefix + suffix] = { - expand: function (value) { - var i = 0, - expanded = {}, - - // Assumes a single number if not a string - parts = typeof value === "string" ? value.split(" ") : [value]; - - for (; i < 4; i++) { - expanded[prefix + cssExpand[i] + suffix] = - parts[i] || parts[i - 2] || parts[0]; - } - - return expanded; - } - }; - - if (prefix !== "margin") { - jQuery.cssHooks[prefix + suffix].set = setPositiveNumber; - } - }); - - jQuery.fn.extend({ - css: function (name, value) { - return access(this, function (elem, name, value) { - var styles, len, - map = {}, - i = 0; - - if (Array.isArray(name)) { - styles = getStyles(elem); - len = name.length; - - for (; i < len; i++) { - map[name[i]] = jQuery.css(elem, name[i], false, styles); - } - - return map; - } - - return value !== undefined ? - jQuery.style(elem, name, value) : - jQuery.css(elem, name); - }, name, value, arguments.length > 1); - } - }); - - - function Tween(elem, options, prop, end, easing) { - return new Tween.prototype.init(elem, options, prop, end, easing); - } - - jQuery.Tween = Tween; - - Tween.prototype = { - constructor: Tween, - init: function (elem, options, prop, end, easing, unit) { - this.elem = elem; - this.prop = prop; - this.easing = easing || jQuery.easing._default; - this.options = options; - this.start = this.now = this.cur(); - this.end = end; - this.unit = unit || (jQuery.cssNumber[prop] ? "" : "px"); - }, - cur: function () { - var hooks = Tween.propHooks[this.prop]; - - return hooks && hooks.get ? - hooks.get(this) : - Tween.propHooks._default.get(this); - }, - run: function (percent) { - var eased, - hooks = Tween.propHooks[this.prop]; - - if (this.options.duration) { - this.pos = eased = jQuery.easing[this.easing]( - percent, this.options.duration * percent, 0, 1, this.options.duration - ); - } else { - this.pos = eased = percent; - } - this.now = (this.end - this.start) * eased + this.start; - - if (this.options.step) { - this.options.step.call(this.elem, this.now, this); - } - - if (hooks && hooks.set) { - hooks.set(this); - } else { - Tween.propHooks._default.set(this); - } - return this; - } - }; - - Tween.prototype.init.prototype = Tween.prototype; - - Tween.propHooks = { - _default: { - get: function (tween) { - var result; - - // Use a property on the element directly when it is not a DOM element, - // or when there is no matching style property that exists. - if (tween.elem.nodeType !== 1 || - tween.elem[tween.prop] != null && tween.elem.style[tween.prop] == null) { - return tween.elem[tween.prop]; - } - - // Passing an empty string as a 3rd parameter to .css will automatically - // attempt a parseFloat and fallback to a string if the parse fails. - // Simple values such as "10px" are parsed to Float; - // complex values such as "rotate(1rad)" are returned as-is. - result = jQuery.css(tween.elem, tween.prop, ""); - - // Empty strings, null, undefined and "auto" are converted to 0. - return !result || result === "auto" ? 0 : result; - }, - set: function (tween) { - - // Use step hook for back compat. - // Use cssHook if its there. - // Use .style if available and use plain properties where available. - if (jQuery.fx.step[tween.prop]) { - jQuery.fx.step[tween.prop](tween); - } else if (tween.elem.nodeType === 1 && ( - jQuery.cssHooks[tween.prop] || - tween.elem.style[finalPropName(tween.prop)] != null)) { - jQuery.style(tween.elem, tween.prop, tween.now + tween.unit); - } else { - tween.elem[tween.prop] = tween.now; - } - } - } - }; - -// Support: IE <=9 only -// Panic based approach to setting things on disconnected nodes - Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = { - set: function (tween) { - if (tween.elem.nodeType && tween.elem.parentNode) { - tween.elem[tween.prop] = tween.now; - } - } - }; - - jQuery.easing = { - linear: function (p) { - return p; - }, - swing: function (p) { - return 0.5 - Math.cos(p * Math.PI) / 2; - }, - _default: "swing" - }; - - jQuery.fx = Tween.prototype.init; - -// Back compat <1.8 extension point - jQuery.fx.step = {}; - - - var - fxNow, inProgress, - rfxtypes = /^(?:toggle|show|hide)$/, - rrun = /queueHooks$/; - - function schedule() { - if (inProgress) { - if (document.hidden === false && window.requestAnimationFrame) { - window.requestAnimationFrame(schedule); - } else { - window.setTimeout(schedule, jQuery.fx.interval); - } - - jQuery.fx.tick(); - } - } - -// Animations created synchronously will run synchronously - function createFxNow() { - window.setTimeout(function () { - fxNow = undefined; - }); - return (fxNow = Date.now()); - } - -// Generate parameters to create a standard animation - function genFx(type, includeWidth) { - var which, - i = 0, - attrs = {height: type}; - - // If we include width, step value is 1 to do all cssExpand values, - // otherwise step value is 2 to skip over Left and Right - includeWidth = includeWidth ? 1 : 0; - for (; i < 4; i += 2 - includeWidth) { - which = cssExpand[i]; - attrs["margin" + which] = attrs["padding" + which] = type; - } - - if (includeWidth) { - attrs.opacity = attrs.width = type; - } - - return attrs; - } - - function createTween(value, prop, animation) { - var tween, - collection = (Animation.tweeners[prop] || []).concat(Animation.tweeners["*"]), - index = 0, - length = collection.length; - for (; index < length; index++) { - if ((tween = collection[index].call(animation, prop, value))) { - - // We're done with this property - return tween; - } - } - } - - function defaultPrefilter(elem, props, opts) { - var prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display, - isBox = "width" in props || "height" in props, - anim = this, - orig = {}, - style = elem.style, - hidden = elem.nodeType && isHiddenWithinTree(elem), - dataShow = dataPriv.get(elem, "fxshow"); - - // Queue-skipping animations hijack the fx hooks - if (!opts.queue) { - hooks = jQuery._queueHooks(elem, "fx"); - if (hooks.unqueued == null) { - hooks.unqueued = 0; - oldfire = hooks.empty.fire; - hooks.empty.fire = function () { - if (!hooks.unqueued) { - oldfire(); - } - }; - } - hooks.unqueued++; - - anim.always(function () { - - // Ensure the complete handler is called before this completes - anim.always(function () { - hooks.unqueued--; - if (!jQuery.queue(elem, "fx").length) { - hooks.empty.fire(); - } - }); - }); - } - - // Detect show/hide animations - for (prop in props) { - value = props[prop]; - if (rfxtypes.test(value)) { - delete props[prop]; - toggle = toggle || value === "toggle"; - if (value === (hidden ? "hide" : "show")) { - - // Pretend to be hidden if this is a "show" and - // there is still data from a stopped show/hide - if (value === "show" && dataShow && dataShow[prop] !== undefined) { - hidden = true; - - // Ignore all other no-op show/hide data - } else { - continue; - } - } - orig[prop] = dataShow && dataShow[prop] || jQuery.style(elem, prop); - } - } - - // Bail out if this is a no-op like .hide().hide() - propTween = !jQuery.isEmptyObject(props); - if (!propTween && jQuery.isEmptyObject(orig)) { - return; - } - - // Restrict "overflow" and "display" styles during box animations - if (isBox && elem.nodeType === 1) { - - // Support: IE <=9 - 11, Edge 12 - 15 - // Record all 3 overflow attributes because IE does not infer the shorthand - // from identically-valued overflowX and overflowY and Edge just mirrors - // the overflowX value there. - opts.overflow = [style.overflow, style.overflowX, style.overflowY]; - - // Identify a display type, preferring old show/hide data over the CSS cascade - restoreDisplay = dataShow && dataShow.display; - if (restoreDisplay == null) { - restoreDisplay = dataPriv.get(elem, "display"); - } - display = jQuery.css(elem, "display"); - if (display === "none") { - if (restoreDisplay) { - display = restoreDisplay; - } else { - - // Get nonempty value(s) by temporarily forcing visibility - showHide([elem], true); - restoreDisplay = elem.style.display || restoreDisplay; - display = jQuery.css(elem, "display"); - showHide([elem]); - } - } - - // Animate inline elements as inline-block - if (display === "inline" || display === "inline-block" && restoreDisplay != null) { - if (jQuery.css(elem, "float") === "none") { - - // Restore the original display value at the end of pure show/hide animations - if (!propTween) { - anim.done(function () { - style.display = restoreDisplay; - }); - if (restoreDisplay == null) { - display = style.display; - restoreDisplay = display === "none" ? "" : display; - } - } - style.display = "inline-block"; - } - } - } - - if (opts.overflow) { - style.overflow = "hidden"; - anim.always(function () { - style.overflow = opts.overflow[0]; - style.overflowX = opts.overflow[1]; - style.overflowY = opts.overflow[2]; - }); - } - - // Implement show/hide animations - propTween = false; - for (prop in orig) { - - // General show/hide setup for this element animation - if (!propTween) { - if (dataShow) { - if ("hidden" in dataShow) { - hidden = dataShow.hidden; - } - } else { - dataShow = dataPriv.access(elem, "fxshow", {display: restoreDisplay}); - } - - // Store hidden/visible for toggle so `.stop().toggle()` "reverses" - if (toggle) { - dataShow.hidden = !hidden; - } - - // Show elements before animating them - if (hidden) { - showHide([elem], true); - } - - /* eslint-disable no-loop-func */ - - anim.done(function () { - - /* eslint-enable no-loop-func */ - - // The final step of a "hide" animation is actually hiding the element - if (!hidden) { - showHide([elem]); - } - dataPriv.remove(elem, "fxshow"); - for (prop in orig) { - jQuery.style(elem, prop, orig[prop]); - } - }); - } - - // Per-property setup - propTween = createTween(hidden ? dataShow[prop] : 0, prop, anim); - if (!(prop in dataShow)) { - dataShow[prop] = propTween.start; - if (hidden) { - propTween.end = propTween.start; - propTween.start = 0; - } - } - } - } - - function propFilter(props, specialEasing) { - var index, name, easing, value, hooks; - - // camelCase, specialEasing and expand cssHook pass - for (index in props) { - name = camelCase(index); - easing = specialEasing[name]; - value = props[index]; - if (Array.isArray(value)) { - easing = value[1]; - value = props[index] = value[0]; - } - - if (index !== name) { - props[name] = value; - delete props[index]; - } - - hooks = jQuery.cssHooks[name]; - if (hooks && "expand" in hooks) { - value = hooks.expand(value); - delete props[name]; - - // Not quite $.extend, this won't overwrite existing keys. - // Reusing 'index' because we have the correct "name" - for (index in value) { - if (!(index in props)) { - props[index] = value[index]; - specialEasing[index] = easing; - } - } - } else { - specialEasing[name] = easing; - } - } - } - - function Animation(elem, properties, options) { - var result, - stopped, - index = 0, - length = Animation.prefilters.length, - deferred = jQuery.Deferred().always(function () { - - // Don't match elem in the :animated selector - delete tick.elem; - }), - tick = function () { - if (stopped) { - return false; - } - var currentTime = fxNow || createFxNow(), - remaining = Math.max(0, animation.startTime + animation.duration - currentTime), - - // Support: Android 2.3 only - // Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497) - temp = remaining / animation.duration || 0, - percent = 1 - temp, - index = 0, - length = animation.tweens.length; - - for (; index < length; index++) { - animation.tweens[index].run(percent); - } - - deferred.notifyWith(elem, [animation, percent, remaining]); - - // If there's more to do, yield - if (percent < 1 && length) { - return remaining; - } - - // If this was an empty animation, synthesize a final progress notification - if (!length) { - deferred.notifyWith(elem, [animation, 1, 0]); - } - - // Resolve the animation and report its conclusion - deferred.resolveWith(elem, [animation]); - return false; - }, - animation = deferred.promise({ - elem: elem, - props: jQuery.extend({}, properties), - opts: jQuery.extend(true, { - specialEasing: {}, - easing: jQuery.easing._default - }, options), - originalProperties: properties, - originalOptions: options, - startTime: fxNow || createFxNow(), - duration: options.duration, - tweens: [], - createTween: function (prop, end) { - var tween = jQuery.Tween(elem, animation.opts, prop, end, - animation.opts.specialEasing[prop] || animation.opts.easing); - animation.tweens.push(tween); - return tween; - }, - stop: function (gotoEnd) { - var index = 0, - - // If we are going to the end, we want to run all the tweens - // otherwise we skip this part - length = gotoEnd ? animation.tweens.length : 0; - if (stopped) { - return this; - } - stopped = true; - for (; index < length; index++) { - animation.tweens[index].run(1); - } - - // Resolve when we played the last frame; otherwise, reject - if (gotoEnd) { - deferred.notifyWith(elem, [animation, 1, 0]); - deferred.resolveWith(elem, [animation, gotoEnd]); - } else { - deferred.rejectWith(elem, [animation, gotoEnd]); - } - return this; - } - }), - props = animation.props; - - propFilter(props, animation.opts.specialEasing); - - for (; index < length; index++) { - result = Animation.prefilters[index].call(animation, elem, props, animation.opts); - if (result) { - if (isFunction(result.stop)) { - jQuery._queueHooks(animation.elem, animation.opts.queue).stop = - result.stop.bind(result); - } - return result; - } - } - - jQuery.map(props, createTween, animation); - - if (isFunction(animation.opts.start)) { - animation.opts.start.call(elem, animation); - } - - // Attach callbacks from options - animation - .progress(animation.opts.progress) - .done(animation.opts.done, animation.opts.complete) - .fail(animation.opts.fail) - .always(animation.opts.always); - - jQuery.fx.timer( - jQuery.extend(tick, { - elem: elem, - anim: animation, - queue: animation.opts.queue - }) - ); - - return animation; - } - - jQuery.Animation = jQuery.extend(Animation, { - - tweeners: { - "*": [function (prop, value) { - var tween = this.createTween(prop, value); - adjustCSS(tween.elem, prop, rcssNum.exec(value), tween); - return tween; - }] - }, - - tweener: function (props, callback) { - if (isFunction(props)) { - callback = props; - props = ["*"]; - } else { - props = props.match(rnothtmlwhite); - } - - var prop, - index = 0, - length = props.length; - - for (; index < length; index++) { - prop = props[index]; - Animation.tweeners[prop] = Animation.tweeners[prop] || []; - Animation.tweeners[prop].unshift(callback); - } - }, - - prefilters: [defaultPrefilter], - - prefilter: function (callback, prepend) { - if (prepend) { - Animation.prefilters.unshift(callback); - } else { - Animation.prefilters.push(callback); - } - } - }); - - jQuery.speed = function (speed, easing, fn) { - var opt = speed && typeof speed === "object" ? jQuery.extend({}, speed) : { - complete: fn || !fn && easing || - isFunction(speed) && speed, - duration: speed, - easing: fn && easing || easing && !isFunction(easing) && easing - }; - - // Go to the end state if fx are off - if (jQuery.fx.off) { - opt.duration = 0; - - } else { - if (typeof opt.duration !== "number") { - if (opt.duration in jQuery.fx.speeds) { - opt.duration = jQuery.fx.speeds[opt.duration]; - - } else { - opt.duration = jQuery.fx.speeds._default; - } - } - } - - // Normalize opt.queue - true/undefined/null -> "fx" - if (opt.queue == null || opt.queue === true) { - opt.queue = "fx"; - } - - // Queueing - opt.old = opt.complete; - - opt.complete = function () { - if (isFunction(opt.old)) { - opt.old.call(this); - } - - if (opt.queue) { - jQuery.dequeue(this, opt.queue); - } - }; - - return opt; - }; - - jQuery.fn.extend({ - fadeTo: function (speed, to, easing, callback) { - - // Show any hidden elements after setting opacity to 0 - return this.filter(isHiddenWithinTree).css("opacity", 0).show() - - // Animate to the value specified - .end().animate({opacity: to}, speed, easing, callback); - }, - animate: function (prop, speed, easing, callback) { - var empty = jQuery.isEmptyObject(prop), - optall = jQuery.speed(speed, easing, callback), - doAnimation = function () { - - // Operate on a copy of prop so per-property easing won't be lost - var anim = Animation(this, jQuery.extend({}, prop), optall); - - // Empty animations, or finishing resolves immediately - if (empty || dataPriv.get(this, "finish")) { - anim.stop(true); - } - }; - doAnimation.finish = doAnimation; - - return empty || optall.queue === false ? - this.each(doAnimation) : - this.queue(optall.queue, doAnimation); - }, - stop: function (type, clearQueue, gotoEnd) { - var stopQueue = function (hooks) { - var stop = hooks.stop; - delete hooks.stop; - stop(gotoEnd); - }; - - if (typeof type !== "string") { - gotoEnd = clearQueue; - clearQueue = type; - type = undefined; - } - if (clearQueue && type !== false) { - this.queue(type || "fx", []); - } - - return this.each(function () { - var dequeue = true, - index = type != null && type + "queueHooks", - timers = jQuery.timers, - data = dataPriv.get(this); - - if (index) { - if (data[index] && data[index].stop) { - stopQueue(data[index]); - } - } else { - for (index in data) { - if (data[index] && data[index].stop && rrun.test(index)) { - stopQueue(data[index]); - } - } - } - - for (index = timers.length; index--;) { - if (timers[index].elem === this && - (type == null || timers[index].queue === type)) { - - timers[index].anim.stop(gotoEnd); - dequeue = false; - timers.splice(index, 1); - } - } - - // Start the next in the queue if the last step wasn't forced. - // Timers currently will call their complete callbacks, which - // will dequeue but only if they were gotoEnd. - if (dequeue || !gotoEnd) { - jQuery.dequeue(this, type); - } - }); - }, - finish: function (type) { - if (type !== false) { - type = type || "fx"; - } - return this.each(function () { - var index, - data = dataPriv.get(this), - queue = data[type + "queue"], - hooks = data[type + "queueHooks"], - timers = jQuery.timers, - length = queue ? queue.length : 0; - - // Enable finishing flag on private data - data.finish = true; - - // Empty the queue first - jQuery.queue(this, type, []); - - if (hooks && hooks.stop) { - hooks.stop.call(this, true); - } - - // Look for any active animations, and finish them - for (index = timers.length; index--;) { - if (timers[index].elem === this && timers[index].queue === type) { - timers[index].anim.stop(true); - timers.splice(index, 1); - } - } - - // Look for any animations in the old queue and finish them - for (index = 0; index < length; index++) { - if (queue[index] && queue[index].finish) { - queue[index].finish.call(this); - } - } - - // Turn off finishing flag - delete data.finish; - }); - } - }); - - jQuery.each(["toggle", "show", "hide"], function (i, name) { - var cssFn = jQuery.fn[name]; - jQuery.fn[name] = function (speed, easing, callback) { - return speed == null || typeof speed === "boolean" ? - cssFn.apply(this, arguments) : - this.animate(genFx(name, true), speed, easing, callback); - }; - }); - -// Generate shortcuts for custom animations - jQuery.each({ - slideDown: genFx("show"), - slideUp: genFx("hide"), - slideToggle: genFx("toggle"), - fadeIn: {opacity: "show"}, - fadeOut: {opacity: "hide"}, - fadeToggle: {opacity: "toggle"} - }, function (name, props) { - jQuery.fn[name] = function (speed, easing, callback) { - return this.animate(props, speed, easing, callback); - }; - }); - - jQuery.timers = []; - jQuery.fx.tick = function () { - var timer, - i = 0, - timers = jQuery.timers; - - fxNow = Date.now(); - - for (; i < timers.length; i++) { - timer = timers[i]; - - // Run the timer and safely remove it when done (allowing for external removal) - if (!timer() && timers[i] === timer) { - timers.splice(i--, 1); - } - } - - if (!timers.length) { - jQuery.fx.stop(); - } - fxNow = undefined; - }; - - jQuery.fx.timer = function (timer) { - jQuery.timers.push(timer); - jQuery.fx.start(); - }; - - jQuery.fx.interval = 13; - jQuery.fx.start = function () { - if (inProgress) { - return; - } - - inProgress = true; - schedule(); - }; - - jQuery.fx.stop = function () { - inProgress = null; - }; - - jQuery.fx.speeds = { - slow: 600, - fast: 200, - - // Default speed - _default: 400 - }; - - -// Based off of the plugin by Clint Helfers, with permission. -// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/ - jQuery.fn.delay = function (time, type) { - time = jQuery.fx ? jQuery.fx.speeds[time] || time : time; - type = type || "fx"; - - return this.queue(type, function (next, hooks) { - var timeout = window.setTimeout(next, time); - hooks.stop = function () { - window.clearTimeout(timeout); - }; - }); - }; - - - (function () { - var input = document.createElement("input"), - select = document.createElement("select"), - opt = select.appendChild(document.createElement("option")); - - input.type = "checkbox"; - - // Support: Android <=4.3 only - // Default value for a checkbox should be "on" - support.checkOn = input.value !== ""; - - // Support: IE <=11 only - // Must access selectedIndex to make default options select - support.optSelected = opt.selected; - - // Support: IE <=11 only - // An input loses its value after becoming a radio - input = document.createElement("input"); - input.value = "t"; - input.type = "radio"; - support.radioValue = input.value === "t"; - })(); - - - var boolHook, - attrHandle = jQuery.expr.attrHandle; - - jQuery.fn.extend({ - attr: function (name, value) { - return access(this, jQuery.attr, name, value, arguments.length > 1); - }, - - removeAttr: function (name) { - return this.each(function () { - jQuery.removeAttr(this, name); - }); - } - }); - - jQuery.extend({ - attr: function (elem, name, value) { - var ret, hooks, - nType = elem.nodeType; - - // Don't get/set attributes on text, comment and attribute nodes - if (nType === 3 || nType === 8 || nType === 2) { - return; - } - - // Fallback to prop when attributes are not supported - if (typeof elem.getAttribute === "undefined") { - return jQuery.prop(elem, name, value); - } - - // Attribute hooks are determined by the lowercase version - // Grab necessary hook if one is defined - if (nType !== 1 || !jQuery.isXMLDoc(elem)) { - hooks = jQuery.attrHooks[name.toLowerCase()] || - (jQuery.expr.match.bool.test(name) ? boolHook : undefined); - } - - if (value !== undefined) { - if (value === null) { - jQuery.removeAttr(elem, name); - return; - } - - if (hooks && "set" in hooks && - (ret = hooks.set(elem, value, name)) !== undefined) { - return ret; - } - - elem.setAttribute(name, value + ""); - return value; - } - - if (hooks && "get" in hooks && (ret = hooks.get(elem, name)) !== null) { - return ret; - } - - ret = jQuery.find.attr(elem, name); - - // Non-existent attributes return null, we normalize to undefined - return ret == null ? undefined : ret; - }, - - attrHooks: { - type: { - set: function (elem, value) { - if (!support.radioValue && value === "radio" && - nodeName(elem, "input")) { - var val = elem.value; - elem.setAttribute("type", value); - if (val) { - elem.value = val; - } - return value; - } - } - } - }, - - removeAttr: function (elem, value) { - var name, - i = 0, - - // Attribute names can contain non-HTML whitespace characters - // https://html.spec.whatwg.org/multipage/syntax.html#attributes-2 - attrNames = value && value.match(rnothtmlwhite); - - if (attrNames && elem.nodeType === 1) { - while ((name = attrNames[i++])) { - elem.removeAttribute(name); - } - } - } - }); - -// Hooks for boolean attributes - boolHook = { - set: function (elem, value, name) { - if (value === false) { - - // Remove boolean attributes when set to false - jQuery.removeAttr(elem, name); - } else { - elem.setAttribute(name, name); - } - return name; - } - }; - - jQuery.each(jQuery.expr.match.bool.source.match(/\w+/g), function (i, name) { - var getter = attrHandle[name] || jQuery.find.attr; - - attrHandle[name] = function (elem, name, isXML) { - var ret, handle, - lowercaseName = name.toLowerCase(); - - if (!isXML) { - - // Avoid an infinite loop by temporarily removing this function from the getter - handle = attrHandle[lowercaseName]; - attrHandle[lowercaseName] = ret; - ret = getter(elem, name, isXML) != null ? - lowercaseName : - null; - attrHandle[lowercaseName] = handle; - } - return ret; - }; - }); - - - var rfocusable = /^(?:input|select|textarea|button)$/i, - rclickable = /^(?:a|area)$/i; - - jQuery.fn.extend({ - prop: function (name, value) { - return access(this, jQuery.prop, name, value, arguments.length > 1); - }, - - removeProp: function (name) { - return this.each(function () { - delete this[jQuery.propFix[name] || name]; - }); - } - }); - - jQuery.extend({ - prop: function (elem, name, value) { - var ret, hooks, - nType = elem.nodeType; - - // Don't get/set properties on text, comment and attribute nodes - if (nType === 3 || nType === 8 || nType === 2) { - return; - } - - if (nType !== 1 || !jQuery.isXMLDoc(elem)) { - - // Fix name and attach hooks - name = jQuery.propFix[name] || name; - hooks = jQuery.propHooks[name]; - } - - if (value !== undefined) { - if (hooks && "set" in hooks && - (ret = hooks.set(elem, value, name)) !== undefined) { - return ret; - } - - return (elem[name] = value); - } - - if (hooks && "get" in hooks && (ret = hooks.get(elem, name)) !== null) { - return ret; - } - - return elem[name]; - }, - - propHooks: { - tabIndex: { - get: function (elem) { - - // Support: IE <=9 - 11 only - // elem.tabIndex doesn't always return the - // correct value when it hasn't been explicitly set - // https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/ - // Use proper attribute retrieval(#12072) - var tabindex = jQuery.find.attr(elem, "tabindex"); - - if (tabindex) { - return parseInt(tabindex, 10); - } - - if ( - rfocusable.test(elem.nodeName) || - rclickable.test(elem.nodeName) && - elem.href - ) { - return 0; - } - - return -1; - } - } - }, - - propFix: { - "for": "htmlFor", - "class": "className" - } - }); - -// Support: IE <=11 only -// Accessing the selectedIndex property -// forces the browser to respect setting selected -// on the option -// The getter ensures a default option is selected -// when in an optgroup -// eslint rule "no-unused-expressions" is disabled for this code -// since it considers such accessions noop - if (!support.optSelected) { - jQuery.propHooks.selected = { - get: function (elem) { - - /* eslint no-unused-expressions: "off" */ - - var parent = elem.parentNode; - if (parent && parent.parentNode) { - parent.parentNode.selectedIndex; - } - return null; - }, - set: function (elem) { - - /* eslint no-unused-expressions: "off" */ - - var parent = elem.parentNode; - if (parent) { - parent.selectedIndex; - - if (parent.parentNode) { - parent.parentNode.selectedIndex; - } - } - } - }; - } - - jQuery.each([ - "tabIndex", - "readOnly", - "maxLength", - "cellSpacing", - "cellPadding", - "rowSpan", - "colSpan", - "useMap", - "frameBorder", - "contentEditable" - ], function () { - jQuery.propFix[this.toLowerCase()] = this; - }); - - - // Strip and collapse whitespace according to HTML spec - // https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace - function stripAndCollapse(value) { - var tokens = value.match(rnothtmlwhite) || []; - return tokens.join(" "); - } - - - function getClass(elem) { - return elem.getAttribute && elem.getAttribute("class") || ""; - } - - function classesToArray(value) { - if (Array.isArray(value)) { - return value; - } - if (typeof value === "string") { - return value.match(rnothtmlwhite) || []; - } - return []; - } - - jQuery.fn.extend({ - addClass: function (value) { - var classes, elem, cur, curValue, clazz, j, finalValue, - i = 0; - - if (isFunction(value)) { - return this.each(function (j) { - jQuery(this).addClass(value.call(this, j, getClass(this))); - }); - } - - classes = classesToArray(value); - - if (classes.length) { - while ((elem = this[i++])) { - curValue = getClass(elem); - cur = elem.nodeType === 1 && (" " + stripAndCollapse(curValue) + " "); - - if (cur) { - j = 0; - while ((clazz = classes[j++])) { - if (cur.indexOf(" " + clazz + " ") < 0) { - cur += clazz + " "; - } - } - - // Only assign if different to avoid unneeded rendering. - finalValue = stripAndCollapse(cur); - if (curValue !== finalValue) { - elem.setAttribute("class", finalValue); - } - } - } - } - - return this; - }, - - removeClass: function (value) { - var classes, elem, cur, curValue, clazz, j, finalValue, - i = 0; - - if (isFunction(value)) { - return this.each(function (j) { - jQuery(this).removeClass(value.call(this, j, getClass(this))); - }); - } - - if (!arguments.length) { - return this.attr("class", ""); - } - - classes = classesToArray(value); - - if (classes.length) { - while ((elem = this[i++])) { - curValue = getClass(elem); - - // This expression is here for better compressibility (see addClass) - cur = elem.nodeType === 1 && (" " + stripAndCollapse(curValue) + " "); - - if (cur) { - j = 0; - while ((clazz = classes[j++])) { - - // Remove *all* instances - while (cur.indexOf(" " + clazz + " ") > -1) { - cur = cur.replace(" " + clazz + " ", " "); - } - } - - // Only assign if different to avoid unneeded rendering. - finalValue = stripAndCollapse(cur); - if (curValue !== finalValue) { - elem.setAttribute("class", finalValue); - } - } - } - } - - return this; - }, - - toggleClass: function (value, stateVal) { - var type = typeof value, - isValidValue = type === "string" || Array.isArray(value); - - if (typeof stateVal === "boolean" && isValidValue) { - return stateVal ? this.addClass(value) : this.removeClass(value); - } - - if (isFunction(value)) { - return this.each(function (i) { - jQuery(this).toggleClass( - value.call(this, i, getClass(this), stateVal), - stateVal - ); - }); - } - - return this.each(function () { - var className, i, self, classNames; - - if (isValidValue) { - - // Toggle individual class names - i = 0; - self = jQuery(this); - classNames = classesToArray(value); - - while ((className = classNames[i++])) { - - // Check each className given, space separated list - if (self.hasClass(className)) { - self.removeClass(className); - } else { - self.addClass(className); - } - } - - // Toggle whole class name - } else if (value === undefined || type === "boolean") { - className = getClass(this); - if (className) { - - // Store className if set - dataPriv.set(this, "__className__", className); - } - - // If the element has a class name or if we're passed `false`, - // then remove the whole classname (if there was one, the above saved it). - // Otherwise bring back whatever was previously saved (if anything), - // falling back to the empty string if nothing was stored. - if (this.setAttribute) { - this.setAttribute("class", - className || value === false ? - "" : - dataPriv.get(this, "__className__") || "" - ); - } - } - }); - }, - - hasClass: function (selector) { - var className, elem, - i = 0; - - className = " " + selector + " "; - while ((elem = this[i++])) { - if (elem.nodeType === 1 && - (" " + stripAndCollapse(getClass(elem)) + " ").indexOf(className) > -1) { - return true; - } - } - - return false; - } - }); - - - var rreturn = /\r/g; - - jQuery.fn.extend({ - val: function (value) { - var hooks, ret, valueIsFunction, - elem = this[0]; - - if (!arguments.length) { - if (elem) { - hooks = jQuery.valHooks[elem.type] || - jQuery.valHooks[elem.nodeName.toLowerCase()]; - - if (hooks && - "get" in hooks && - (ret = hooks.get(elem, "value")) !== undefined - ) { - return ret; - } - - ret = elem.value; - - // Handle most common string cases - if (typeof ret === "string") { - return ret.replace(rreturn, ""); - } - - // Handle cases where value is null/undef or number - return ret == null ? "" : ret; - } - - return; - } - - valueIsFunction = isFunction(value); - - return this.each(function (i) { - var val; - - if (this.nodeType !== 1) { - return; - } - - if (valueIsFunction) { - val = value.call(this, i, jQuery(this).val()); - } else { - val = value; - } - - // Treat null/undefined as ""; convert numbers to string - if (val == null) { - val = ""; - - } else if (typeof val === "number") { - val += ""; - - } else if (Array.isArray(val)) { - val = jQuery.map(val, function (value) { - return value == null ? "" : value + ""; - }); - } - - hooks = jQuery.valHooks[this.type] || jQuery.valHooks[this.nodeName.toLowerCase()]; - - // If set returns undefined, fall back to normal setting - if (!hooks || !("set" in hooks) || hooks.set(this, val, "value") === undefined) { - this.value = val; - } - }); - } - }); - - jQuery.extend({ - valHooks: { - option: { - get: function (elem) { - - var val = jQuery.find.attr(elem, "value"); - return val != null ? - val : - - // Support: IE <=10 - 11 only - // option.text throws exceptions (#14686, #14858) - // Strip and collapse whitespace - // https://html.spec.whatwg.org/#strip-and-collapse-whitespace - stripAndCollapse(jQuery.text(elem)); - } - }, - select: { - get: function (elem) { - var value, option, i, - options = elem.options, - index = elem.selectedIndex, - one = elem.type === "select-one", - values = one ? null : [], - max = one ? index + 1 : options.length; - - if (index < 0) { - i = max; - - } else { - i = one ? index : 0; - } - - // Loop through all the selected options - for (; i < max; i++) { - option = options[i]; - - // Support: IE <=9 only - // IE8-9 doesn't update selected after form reset (#2551) - if ((option.selected || i === index) && - - // Don't return options that are disabled or in a disabled optgroup - !option.disabled && - (!option.parentNode.disabled || - !nodeName(option.parentNode, "optgroup"))) { - - // Get the specific value for the option - value = jQuery(option).val(); - - // We don't need an array for one selects - if (one) { - return value; - } - - // Multi-Selects return an array - values.push(value); - } - } - - return values; - }, - - set: function (elem, value) { - var optionSet, option, - options = elem.options, - values = jQuery.makeArray(value), - i = options.length; - - while (i--) { - option = options[i]; - - /* eslint-disable no-cond-assign */ - - if (option.selected = - jQuery.inArray(jQuery.valHooks.option.get(option), values) > -1 - ) { - optionSet = true; - } - - /* eslint-enable no-cond-assign */ - } - - // Force browsers to behave consistently when non-matching value is set - if (!optionSet) { - elem.selectedIndex = -1; - } - return values; - } - } - } - }); - -// Radios and checkboxes getter/setter - jQuery.each(["radio", "checkbox"], function () { - jQuery.valHooks[this] = { - set: function (elem, value) { - if (Array.isArray(value)) { - return (elem.checked = jQuery.inArray(jQuery(elem).val(), value) > -1); - } - } - }; - if (!support.checkOn) { - jQuery.valHooks[this].get = function (elem) { - return elem.getAttribute("value") === null ? "on" : elem.value; - }; - } - }); - - -// Return jQuery for attributes-only inclusion - - - support.focusin = "onfocusin" in window; - - - var rfocusMorph = /^(?:focusinfocus|focusoutblur)$/, - stopPropagationCallback = function (e) { - e.stopPropagation(); - }; - - jQuery.extend(jQuery.event, { - - trigger: function (event, data, elem, onlyHandlers) { - - var i, cur, tmp, bubbleType, ontype, handle, special, lastElement, - eventPath = [elem || document], - type = hasOwn.call(event, "type") ? event.type : event, - namespaces = hasOwn.call(event, "namespace") ? event.namespace.split(".") : []; - - cur = lastElement = tmp = elem = elem || document; - - // Don't do events on text and comment nodes - if (elem.nodeType === 3 || elem.nodeType === 8) { - return; - } - - // focus/blur morphs to focusin/out; ensure we're not firing them right now - if (rfocusMorph.test(type + jQuery.event.triggered)) { - return; - } - - if (type.indexOf(".") > -1) { - - // Namespaced trigger; create a regexp to match event type in handle() - namespaces = type.split("."); - type = namespaces.shift(); - namespaces.sort(); - } - ontype = type.indexOf(":") < 0 && "on" + type; - - // Caller can pass in a jQuery.Event object, Object, or just an event type string - event = event[jQuery.expando] ? - event : - new jQuery.Event(type, typeof event === "object" && event); - - // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true) - event.isTrigger = onlyHandlers ? 2 : 3; - event.namespace = namespaces.join("."); - event.rnamespace = event.namespace ? - new RegExp("(^|\\.)" + namespaces.join("\\.(?:.*\\.|)") + "(\\.|$)") : - null; - - // Clean up the event in case it is being reused - event.result = undefined; - if (!event.target) { - event.target = elem; - } - - // Clone any incoming data and prepend the event, creating the handler arg list - data = data == null ? - [event] : - jQuery.makeArray(data, [event]); - - // Allow special events to draw outside the lines - special = jQuery.event.special[type] || {}; - if (!onlyHandlers && special.trigger && special.trigger.apply(elem, data) === false) { - return; - } - - // Determine event propagation path in advance, per W3C events spec (#9951) - // Bubble up to document, then to window; watch for a global ownerDocument var (#9724) - if (!onlyHandlers && !special.noBubble && !isWindow(elem)) { - - bubbleType = special.delegateType || type; - if (!rfocusMorph.test(bubbleType + type)) { - cur = cur.parentNode; - } - for (; cur; cur = cur.parentNode) { - eventPath.push(cur); - tmp = cur; - } - - // Only add window if we got to document (e.g., not plain obj or detached DOM) - if (tmp === (elem.ownerDocument || document)) { - eventPath.push(tmp.defaultView || tmp.parentWindow || window); - } - } - - // Fire handlers on the event path - i = 0; - while ((cur = eventPath[i++]) && !event.isPropagationStopped()) { - lastElement = cur; - event.type = i > 1 ? - bubbleType : - special.bindType || type; - - // jQuery handler - handle = (dataPriv.get(cur, "events") || {})[event.type] && - dataPriv.get(cur, "handle"); - if (handle) { - handle.apply(cur, data); - } - - // Native handler - handle = ontype && cur[ontype]; - if (handle && handle.apply && acceptData(cur)) { - event.result = handle.apply(cur, data); - if (event.result === false) { - event.preventDefault(); - } - } - } - event.type = type; - - // If nobody prevented the default action, do it now - if (!onlyHandlers && !event.isDefaultPrevented()) { - - if ((!special._default || - special._default.apply(eventPath.pop(), data) === false) && - acceptData(elem)) { - - // Call a native DOM method on the target with the same name as the event. - // Don't do default actions on window, that's where global variables be (#6170) - if (ontype && isFunction(elem[type]) && !isWindow(elem)) { - - // Don't re-trigger an onFOO event when we call its FOO() method - tmp = elem[ontype]; - - if (tmp) { - elem[ontype] = null; - } - - // Prevent re-triggering of the same event, since we already bubbled it above - jQuery.event.triggered = type; - - if (event.isPropagationStopped()) { - lastElement.addEventListener(type, stopPropagationCallback); - } - - elem[type](); - - if (event.isPropagationStopped()) { - lastElement.removeEventListener(type, stopPropagationCallback); - } - - jQuery.event.triggered = undefined; - - if (tmp) { - elem[ontype] = tmp; - } - } - } - } - - return event.result; - }, - - // Piggyback on a donor event to simulate a different one - // Used only for `focus(in | out)` events - simulate: function (type, elem, event) { - var e = jQuery.extend( - new jQuery.Event(), - event, - { - type: type, - isSimulated: true - } - ); - - jQuery.event.trigger(e, null, elem); - } - - }); - - jQuery.fn.extend({ - - trigger: function (type, data) { - return this.each(function () { - jQuery.event.trigger(type, data, this); - }); - }, - triggerHandler: function (type, data) { - var elem = this[0]; - if (elem) { - return jQuery.event.trigger(type, data, elem, true); - } - } - }); - - -// Support: Firefox <=44 -// Firefox doesn't have focus(in | out) events -// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787 -// -// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1 -// focus(in | out) events fire after focus & blur events, -// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order -// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857 - if (!support.focusin) { - jQuery.each({focus: "focusin", blur: "focusout"}, function (orig, fix) { - - // Attach a single capturing handler on the document while someone wants focusin/focusout - var handler = function (event) { - jQuery.event.simulate(fix, event.target, jQuery.event.fix(event)); - }; - - jQuery.event.special[fix] = { - setup: function () { - var doc = this.ownerDocument || this, - attaches = dataPriv.access(doc, fix); - - if (!attaches) { - doc.addEventListener(orig, handler, true); - } - dataPriv.access(doc, fix, (attaches || 0) + 1); - }, - teardown: function () { - var doc = this.ownerDocument || this, - attaches = dataPriv.access(doc, fix) - 1; - - if (!attaches) { - doc.removeEventListener(orig, handler, true); - dataPriv.remove(doc, fix); - - } else { - dataPriv.access(doc, fix, attaches); - } - } - }; - }); - } - var location = window.location; - - var nonce = Date.now(); - - var rquery = (/\?/); - - -// Cross-browser xml parsing - jQuery.parseXML = function (data) { - var xml; - if (!data || typeof data !== "string") { - return null; - } - - // Support: IE 9 - 11 only - // IE throws on parseFromString with invalid input. - try { - xml = (new window.DOMParser()).parseFromString(data, "text/xml"); - } catch (e) { - xml = undefined; - } - - if (!xml || xml.getElementsByTagName("parsererror").length) { - jQuery.error("Invalid XML: " + data); - } - return xml; - }; - - - var - rbracket = /\[\]$/, - rCRLF = /\r?\n/g, - rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i, - rsubmittable = /^(?:input|select|textarea|keygen)/i; - - function buildParams(prefix, obj, traditional, add) { - var name; - - if (Array.isArray(obj)) { - - // Serialize array item. - jQuery.each(obj, function (i, v) { - if (traditional || rbracket.test(prefix)) { - - // Treat each array item as a scalar. - add(prefix, v); - - } else { - - // Item is non-scalar (array or object), encode its numeric index. - buildParams( - prefix + "[" + (typeof v === "object" && v != null ? i : "") + "]", - v, - traditional, - add - ); - } - }); - - } else if (!traditional && toType(obj) === "object") { - - // Serialize object item. - for (name in obj) { - buildParams(prefix + "[" + name + "]", obj[name], traditional, add); - } - - } else { - - // Serialize scalar item. - add(prefix, obj); - } - } - -// Serialize an array of form elements or a set of -// key/values into a query string - jQuery.param = function (a, traditional) { - var prefix, - s = [], - add = function (key, valueOrFunction) { - - // If value is a function, invoke it and use its return value - var value = isFunction(valueOrFunction) ? - valueOrFunction() : - valueOrFunction; - - s[s.length] = encodeURIComponent(key) + "=" + - encodeURIComponent(value == null ? "" : value); - }; - - if (a == null) { - return ""; - } - - // If an array was passed in, assume that it is an array of form elements. - if (Array.isArray(a) || (a.jquery && !jQuery.isPlainObject(a))) { - - // Serialize the form elements - jQuery.each(a, function () { - add(this.name, this.value); - }); - - } else { - - // If traditional, encode the "old" way (the way 1.3.2 or older - // did it), otherwise encode params recursively. - for (prefix in a) { - buildParams(prefix, a[prefix], traditional, add); - } - } - - // Return the resulting serialization - return s.join("&"); - }; - - jQuery.fn.extend({ - serialize: function () { - return jQuery.param(this.serializeArray()); - }, - serializeArray: function () { - return this.map(function () { - - // Can add propHook for "elements" to filter or add form elements - var elements = jQuery.prop(this, "elements"); - return elements ? jQuery.makeArray(elements) : this; - }) - .filter(function () { - var type = this.type; - - // Use .is( ":disabled" ) so that fieldset[disabled] works - return this.name && !jQuery(this).is(":disabled") && - rsubmittable.test(this.nodeName) && !rsubmitterTypes.test(type) && - (this.checked || !rcheckableType.test(type)); - }) - .map(function (i, elem) { - var val = jQuery(this).val(); - - if (val == null) { - return null; - } - - if (Array.isArray(val)) { - return jQuery.map(val, function (val) { - return {name: elem.name, value: val.replace(rCRLF, "\r\n")}; - }); - } - - return {name: elem.name, value: val.replace(rCRLF, "\r\n")}; - }).get(); - } - }); - - - var - r20 = /%20/g, - rhash = /#.*$/, - rantiCache = /([?&])_=[^&]*/, - rheaders = /^(.*?):[ \t]*([^\r\n]*)$/mg, - - // #7653, #8125, #8152: local protocol detection - rlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, - rnoContent = /^(?:GET|HEAD)$/, - rprotocol = /^\/\//, - - /* Prefilters - * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example) - * 2) These are called: - * - BEFORE asking for a transport - * - AFTER param serialization (s.data is a string if s.processData is true) - * 3) key is the dataType - * 4) the catchall symbol "*" can be used - * 5) execution will start with transport dataType and THEN continue down to "*" if needed - */ - prefilters = {}, - - /* Transports bindings - * 1) key is the dataType - * 2) the catchall symbol "*" can be used - * 3) selection will start with transport dataType and THEN go to "*" if needed - */ - transports = {}, - - // Avoid comment-prolog char sequence (#10098); must appease lint and evade compression - allTypes = "*/".concat("*"), - - // Anchor tag for parsing the document origin - originAnchor = document.createElement("a"); - originAnchor.href = location.href; - -// Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport - function addToPrefiltersOrTransports(structure) { - - // dataTypeExpression is optional and defaults to "*" - return function (dataTypeExpression, func) { - - if (typeof dataTypeExpression !== "string") { - func = dataTypeExpression; - dataTypeExpression = "*"; - } - - var dataType, - i = 0, - dataTypes = dataTypeExpression.toLowerCase().match(rnothtmlwhite) || []; - - if (isFunction(func)) { - - // For each dataType in the dataTypeExpression - while ((dataType = dataTypes[i++])) { - - // Prepend if requested - if (dataType[0] === "+") { - dataType = dataType.slice(1) || "*"; - (structure[dataType] = structure[dataType] || []).unshift(func); - - // Otherwise append - } else { - (structure[dataType] = structure[dataType] || []).push(func); - } - } - } - }; - } - -// Base inspection function for prefilters and transports - function inspectPrefiltersOrTransports(structure, options, originalOptions, jqXHR) { - - var inspected = {}, - seekingTransport = (structure === transports); - - function inspect(dataType) { - var selected; - inspected[dataType] = true; - jQuery.each(structure[dataType] || [], function (_, prefilterOrFactory) { - var dataTypeOrTransport = prefilterOrFactory(options, originalOptions, jqXHR); - if (typeof dataTypeOrTransport === "string" && - !seekingTransport && !inspected[dataTypeOrTransport]) { - - options.dataTypes.unshift(dataTypeOrTransport); - inspect(dataTypeOrTransport); - return false; - } else if (seekingTransport) { - return !(selected = dataTypeOrTransport); - } - }); - return selected; - } - - return inspect(options.dataTypes[0]) || !inspected["*"] && inspect("*"); - } - -// A special extend for ajax options -// that takes "flat" options (not to be deep extended) -// Fixes #9887 - function ajaxExtend(target, src) { - var key, deep, - flatOptions = jQuery.ajaxSettings.flatOptions || {}; - - for (key in src) { - if (src[key] !== undefined) { - (flatOptions[key] ? target : (deep || (deep = {})))[key] = src[key]; - } - } - if (deep) { - jQuery.extend(true, target, deep); - } - - return target; - } - - /* Handles responses to an ajax request: - * - finds the right dataType (mediates between content-type and expected dataType) - * - returns the corresponding response - */ - function ajaxHandleResponses(s, jqXHR, responses) { - - var ct, type, finalDataType, firstDataType, - contents = s.contents, - dataTypes = s.dataTypes; - - // Remove auto dataType and get content-type in the process - while (dataTypes[0] === "*") { - dataTypes.shift(); - if (ct === undefined) { - ct = s.mimeType || jqXHR.getResponseHeader("Content-Type"); - } - } - - // Check if we're dealing with a known content-type - if (ct) { - for (type in contents) { - if (contents[type] && contents[type].test(ct)) { - dataTypes.unshift(type); - break; - } - } - } - - // Check to see if we have a response for the expected dataType - if (dataTypes[0] in responses) { - finalDataType = dataTypes[0]; - } else { - - // Try convertible dataTypes - for (type in responses) { - if (!dataTypes[0] || s.converters[type + " " + dataTypes[0]]) { - finalDataType = type; - break; - } - if (!firstDataType) { - firstDataType = type; - } - } - - // Or just use first one - finalDataType = finalDataType || firstDataType; - } - - // If we found a dataType - // We add the dataType to the list if needed - // and return the corresponding response - if (finalDataType) { - if (finalDataType !== dataTypes[0]) { - dataTypes.unshift(finalDataType); - } - return responses[finalDataType]; - } - } - - /* Chain conversions given the request and the original response - * Also sets the responseXXX fields on the jqXHR instance - */ - function ajaxConvert(s, response, jqXHR, isSuccess) { - var conv2, current, conv, tmp, prev, - converters = {}, - - // Work with a copy of dataTypes in case we need to modify it for conversion - dataTypes = s.dataTypes.slice(); - - // Create converters map with lowercased keys - if (dataTypes[1]) { - for (conv in s.converters) { - converters[conv.toLowerCase()] = s.converters[conv]; - } - } - - current = dataTypes.shift(); - - // Convert to each sequential dataType - while (current) { - - if (s.responseFields[current]) { - jqXHR[s.responseFields[current]] = response; - } - - // Apply the dataFilter if provided - if (!prev && isSuccess && s.dataFilter) { - response = s.dataFilter(response, s.dataType); - } - - prev = current; - current = dataTypes.shift(); - - if (current) { - - // There's only work to do if current dataType is non-auto - if (current === "*") { - - current = prev; - - // Convert response if prev dataType is non-auto and differs from current - } else if (prev !== "*" && prev !== current) { - - // Seek a direct converter - conv = converters[prev + " " + current] || converters["* " + current]; - - // If none found, seek a pair - if (!conv) { - for (conv2 in converters) { - - // If conv2 outputs current - tmp = conv2.split(" "); - if (tmp[1] === current) { - - // If prev can be converted to accepted input - conv = converters[prev + " " + tmp[0]] || - converters["* " + tmp[0]]; - if (conv) { - - // Condense equivalence converters - if (conv === true) { - conv = converters[conv2]; - - // Otherwise, insert the intermediate dataType - } else if (converters[conv2] !== true) { - current = tmp[0]; - dataTypes.unshift(tmp[1]); - } - break; - } - } - } - } - - // Apply converter (if not an equivalence) - if (conv !== true) { - - // Unless errors are allowed to bubble, catch and return them - if (conv && s.throws) { - response = conv(response); - } else { - try { - response = conv(response); - } catch (e) { - return { - state: "parsererror", - error: conv ? e : "No conversion from " + prev + " to " + current - }; - } - } - } - } - } - } - - return {state: "success", data: response}; - } - - jQuery.extend({ - - // Counter for holding the number of active queries - active: 0, - - // Last-Modified header cache for next request - lastModified: {}, - etag: {}, - - ajaxSettings: { - url: location.href, - type: "GET", - isLocal: rlocalProtocol.test(location.protocol), - global: true, - processData: true, - async: true, - contentType: "application/x-www-form-urlencoded; charset=UTF-8", - - /* - timeout: 0, - data: null, - dataType: null, - username: null, - password: null, - cache: null, - throws: false, - traditional: false, - headers: {}, - */ - - accepts: { - "*": allTypes, - text: "text/plain", - html: "text/html", - xml: "application/xml, text/xml", - json: "application/json, text/javascript" - }, - - contents: { - xml: /\bxml\b/, - html: /\bhtml/, - json: /\bjson\b/ - }, - - responseFields: { - xml: "responseXML", - text: "responseText", - json: "responseJSON" - }, - - // Data converters - // Keys separate source (or catchall "*") and destination types with a single space - converters: { - - // Convert anything to text - "* text": String, - - // Text to html (true = no transformation) - "text html": true, - - // Evaluate text as a json expression - "text json": JSON.parse, - - // Parse text as xml - "text xml": jQuery.parseXML - }, - - // For options that shouldn't be deep extended: - // you can add your own custom options here if - // and when you create one that shouldn't be - // deep extended (see ajaxExtend) - flatOptions: { - url: true, - context: true - } - }, - - // Creates a full fledged settings object into target - // with both ajaxSettings and settings fields. - // If target is omitted, writes into ajaxSettings. - ajaxSetup: function (target, settings) { - return settings ? - - // Building a settings object - ajaxExtend(ajaxExtend(target, jQuery.ajaxSettings), settings) : - - // Extending ajaxSettings - ajaxExtend(jQuery.ajaxSettings, target); - }, - - ajaxPrefilter: addToPrefiltersOrTransports(prefilters), - ajaxTransport: addToPrefiltersOrTransports(transports), - - // Main method - ajax: function (url, options) { - - // If url is an object, simulate pre-1.5 signature - if (typeof url === "object") { - options = url; - url = undefined; - } - - // Force options to be an object - options = options || {}; - - var transport, - - // URL without anti-cache param - cacheURL, - - // Response headers - responseHeadersString, - responseHeaders, - - // timeout handle - timeoutTimer, - - // Url cleanup var - urlAnchor, - - // Request state (becomes false upon send and true upon completion) - completed, - - // To know if global events are to be dispatched - fireGlobals, - - // Loop variable - i, - - // uncached part of the url - uncached, - - // Create the final options object - s = jQuery.ajaxSetup({}, options), - - // Callbacks context - callbackContext = s.context || s, - - // Context for global events is callbackContext if it is a DOM node or jQuery collection - globalEventContext = s.context && - (callbackContext.nodeType || callbackContext.jquery) ? - jQuery(callbackContext) : - jQuery.event, - - // Deferreds - deferred = jQuery.Deferred(), - completeDeferred = jQuery.Callbacks("once memory"), - - // Status-dependent callbacks - statusCode = s.statusCode || {}, - - // Headers (they are sent all at once) - requestHeaders = {}, - requestHeadersNames = {}, - - // Default abort message - strAbort = "canceled", - - // Fake xhr - jqXHR = { - readyState: 0, - - // Builds headers hashtable if needed - getResponseHeader: function (key) { - var match; - if (completed) { - if (!responseHeaders) { - responseHeaders = {}; - while ((match = rheaders.exec(responseHeadersString))) { - responseHeaders[match[1].toLowerCase() + " "] = - (responseHeaders[match[1].toLowerCase() + " "] || []) - .concat(match[2]); - } - } - match = responseHeaders[key.toLowerCase() + " "]; - } - return match == null ? null : match.join(", "); - }, - - // Raw string - getAllResponseHeaders: function () { - return completed ? responseHeadersString : null; - }, - - // Caches the header - setRequestHeader: function (name, value) { - if (completed == null) { - name = requestHeadersNames[name.toLowerCase()] = - requestHeadersNames[name.toLowerCase()] || name; - requestHeaders[name] = value; - } - return this; - }, - - // Overrides response content-type header - overrideMimeType: function (type) { - if (completed == null) { - s.mimeType = type; - } - return this; - }, - - // Status-dependent callbacks - statusCode: function (map) { - var code; - if (map) { - if (completed) { - - // Execute the appropriate callbacks - jqXHR.always(map[jqXHR.status]); - } else { - - // Lazy-add the new callbacks in a way that preserves old ones - for (code in map) { - statusCode[code] = [statusCode[code], map[code]]; - } - } - } - return this; - }, - - // Cancel the request - abort: function (statusText) { - var finalText = statusText || strAbort; - if (transport) { - transport.abort(finalText); - } - done(0, finalText); - return this; - } - }; - - // Attach deferreds - deferred.promise(jqXHR); - - // Add protocol if not provided (prefilters might expect it) - // Handle falsy url in the settings object (#10093: consistency with old signature) - // We also use the url parameter if available - s.url = ((url || s.url || location.href) + "") - .replace(rprotocol, location.protocol + "//"); - - // Alias method option to type as per ticket #12004 - s.type = options.method || options.type || s.method || s.type; - - // Extract dataTypes list - s.dataTypes = (s.dataType || "*").toLowerCase().match(rnothtmlwhite) || [""]; - - // A cross-domain request is in order when the origin doesn't match the current origin. - if (s.crossDomain == null) { - urlAnchor = document.createElement("a"); - - // Support: IE <=8 - 11, Edge 12 - 15 - // IE throws exception on accessing the href property if url is malformed, - // e.g. http://example.com:80x/ - try { - urlAnchor.href = s.url; - - // Support: IE <=8 - 11 only - // Anchor's host property isn't correctly set when s.url is relative - urlAnchor.href = urlAnchor.href; - s.crossDomain = originAnchor.protocol + "//" + originAnchor.host !== - urlAnchor.protocol + "//" + urlAnchor.host; - } catch (e) { - - // If there is an error parsing the URL, assume it is crossDomain, - // it can be rejected by the transport if it is invalid - s.crossDomain = true; - } - } - - // Convert data if not already a string - if (s.data && s.processData && typeof s.data !== "string") { - s.data = jQuery.param(s.data, s.traditional); - } - - // Apply prefilters - inspectPrefiltersOrTransports(prefilters, s, options, jqXHR); - - // If request was aborted inside a prefilter, stop there - if (completed) { - return jqXHR; - } - - // We can fire global events as of now if asked to - // Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118) - fireGlobals = jQuery.event && s.global; - - // Watch for a new set of requests - if (fireGlobals && jQuery.active++ === 0) { - jQuery.event.trigger("ajaxStart"); - } - - // Uppercase the type - s.type = s.type.toUpperCase(); - - // Determine if request has content - s.hasContent = !rnoContent.test(s.type); - - // Save the URL in case we're toying with the If-Modified-Since - // and/or If-None-Match header later on - // Remove hash to simplify url manipulation - cacheURL = s.url.replace(rhash, ""); - - // More options handling for requests with no content - if (!s.hasContent) { - - // Remember the hash so we can put it back - uncached = s.url.slice(cacheURL.length); - - // If data is available and should be processed, append data to url - if (s.data && (s.processData || typeof s.data === "string")) { - cacheURL += (rquery.test(cacheURL) ? "&" : "?") + s.data; - - // #9682: remove data so that it's not used in an eventual retry - delete s.data; - } - - // Add or update anti-cache param if needed - if (s.cache === false) { - cacheURL = cacheURL.replace(rantiCache, "$1"); - uncached = (rquery.test(cacheURL) ? "&" : "?") + "_=" + (nonce++) + uncached; - } - - // Put hash and anti-cache on the URL that will be requested (gh-1732) - s.url = cacheURL + uncached; - - // Change '%20' to '+' if this is encoded form body content (gh-2658) - } else if (s.data && s.processData && - (s.contentType || "").indexOf("application/x-www-form-urlencoded") === 0) { - s.data = s.data.replace(r20, "+"); - } - - // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. - if (s.ifModified) { - if (jQuery.lastModified[cacheURL]) { - jqXHR.setRequestHeader("If-Modified-Since", jQuery.lastModified[cacheURL]); - } - if (jQuery.etag[cacheURL]) { - jqXHR.setRequestHeader("If-None-Match", jQuery.etag[cacheURL]); - } - } - - // Set the correct header, if data is being sent - if (s.data && s.hasContent && s.contentType !== false || options.contentType) { - jqXHR.setRequestHeader("Content-Type", s.contentType); - } - - // Set the Accepts header for the server, depending on the dataType - jqXHR.setRequestHeader( - "Accept", - s.dataTypes[0] && s.accepts[s.dataTypes[0]] ? - s.accepts[s.dataTypes[0]] + - (s.dataTypes[0] !== "*" ? ", " + allTypes + "; q=0.01" : "") : - s.accepts["*"] - ); - - // Check for headers option - for (i in s.headers) { - jqXHR.setRequestHeader(i, s.headers[i]); - } - - // Allow custom headers/mimetypes and early abort - if (s.beforeSend && - (s.beforeSend.call(callbackContext, jqXHR, s) === false || completed)) { - - // Abort if not done already and return - return jqXHR.abort(); - } - - // Aborting is no longer a cancellation - strAbort = "abort"; - - // Install callbacks on deferreds - completeDeferred.add(s.complete); - jqXHR.done(s.success); - jqXHR.fail(s.error); - - // Get transport - transport = inspectPrefiltersOrTransports(transports, s, options, jqXHR); - - // If no transport, we auto-abort - if (!transport) { - done(-1, "No Transport"); - } else { - jqXHR.readyState = 1; - - // Send global event - if (fireGlobals) { - globalEventContext.trigger("ajaxSend", [jqXHR, s]); - } - - // If request was aborted inside ajaxSend, stop there - if (completed) { - return jqXHR; - } - - // Timeout - if (s.async && s.timeout > 0) { - timeoutTimer = window.setTimeout(function () { - jqXHR.abort("timeout"); - }, s.timeout); - } - - try { - completed = false; - transport.send(requestHeaders, done); - } catch (e) { - - // Rethrow post-completion exceptions - if (completed) { - throw e; - } - - // Propagate others as results - done(-1, e); - } - } - - // Callback for when everything is done - function done(status, nativeStatusText, responses, headers) { - var isSuccess, success, error, response, modified, - statusText = nativeStatusText; - - // Ignore repeat invocations - if (completed) { - return; - } - - completed = true; - - // Clear timeout if it exists - if (timeoutTimer) { - window.clearTimeout(timeoutTimer); - } - - // Dereference transport for early garbage collection - // (no matter how long the jqXHR object will be used) - transport = undefined; - - // Cache response headers - responseHeadersString = headers || ""; - - // Set readyState - jqXHR.readyState = status > 0 ? 4 : 0; - - // Determine if successful - isSuccess = status >= 200 && status < 300 || status === 304; - - // Get response data - if (responses) { - response = ajaxHandleResponses(s, jqXHR, responses); - } - - // Convert no matter what (that way responseXXX fields are always set) - response = ajaxConvert(s, response, jqXHR, isSuccess); - - // If successful, handle type chaining - if (isSuccess) { - - // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. - if (s.ifModified) { - modified = jqXHR.getResponseHeader("Last-Modified"); - if (modified) { - jQuery.lastModified[cacheURL] = modified; - } - modified = jqXHR.getResponseHeader("etag"); - if (modified) { - jQuery.etag[cacheURL] = modified; - } - } - - // if no content - if (status === 204 || s.type === "HEAD") { - statusText = "nocontent"; - - // if not modified - } else if (status === 304) { - statusText = "notmodified"; - - // If we have data, let's convert it - } else { - statusText = response.state; - success = response.data; - error = response.error; - isSuccess = !error; - } - } else { - - // Extract error from statusText and normalize for non-aborts - error = statusText; - if (status || !statusText) { - statusText = "error"; - if (status < 0) { - status = 0; - } - } - } - - // Set data for the fake xhr object - jqXHR.status = status; - jqXHR.statusText = (nativeStatusText || statusText) + ""; - - // Success/Error - if (isSuccess) { - deferred.resolveWith(callbackContext, [success, statusText, jqXHR]); - } else { - deferred.rejectWith(callbackContext, [jqXHR, statusText, error]); - } - - // Status-dependent callbacks - jqXHR.statusCode(statusCode); - statusCode = undefined; - - if (fireGlobals) { - globalEventContext.trigger(isSuccess ? "ajaxSuccess" : "ajaxError", - [jqXHR, s, isSuccess ? success : error]); - } - - // Complete - completeDeferred.fireWith(callbackContext, [jqXHR, statusText]); - - if (fireGlobals) { - globalEventContext.trigger("ajaxComplete", [jqXHR, s]); - - // Handle the global AJAX counter - if (!(--jQuery.active)) { - jQuery.event.trigger("ajaxStop"); - } - } - } - - return jqXHR; - }, - - getJSON: function (url, data, callback) { - return jQuery.get(url, data, callback, "json"); - }, - - getScript: function (url, callback) { - return jQuery.get(url, undefined, callback, "script"); - } - }); - - jQuery.each(["get", "post"], function (i, method) { - jQuery[method] = function (url, data, callback, type) { - - // Shift arguments if data argument was omitted - if (isFunction(data)) { - type = type || callback; - callback = data; - data = undefined; - } - - // The url can be an options object (which then must have .url) - return jQuery.ajax(jQuery.extend({ - url: url, - type: method, - dataType: type, - data: data, - success: callback - }, jQuery.isPlainObject(url) && url)); - }; - }); - - - jQuery._evalUrl = function (url, options) { - return jQuery.ajax({ - url: url, - - // Make this explicit, since user can override this through ajaxSetup (#11264) - type: "GET", - dataType: "script", - cache: true, - async: false, - global: false, - - // Only evaluate the response if it is successful (gh-4126) - // dataFilter is not invoked for failure responses, so using it instead - // of the default converter is kludgy but it works. - converters: { - "text script": function () { - } - }, - dataFilter: function (response) { - jQuery.globalEval(response, options); - } - }); - }; - - - jQuery.fn.extend({ - wrapAll: function (html) { - var wrap; - - if (this[0]) { - if (isFunction(html)) { - html = html.call(this[0]); - } - - // The elements to wrap the target around - wrap = jQuery(html, this[0].ownerDocument).eq(0).clone(true); - - if (this[0].parentNode) { - wrap.insertBefore(this[0]); - } - - wrap.map(function () { - var elem = this; - - while (elem.firstElementChild) { - elem = elem.firstElementChild; - } - - return elem; - }).append(this); - } - - return this; - }, - - wrapInner: function (html) { - if (isFunction(html)) { - return this.each(function (i) { - jQuery(this).wrapInner(html.call(this, i)); - }); - } - - return this.each(function () { - var self = jQuery(this), - contents = self.contents(); - - if (contents.length) { - contents.wrapAll(html); - - } else { - self.append(html); - } - }); - }, - - wrap: function (html) { - var htmlIsFunction = isFunction(html); - - return this.each(function (i) { - jQuery(this).wrapAll(htmlIsFunction ? html.call(this, i) : html); - }); - }, - - unwrap: function (selector) { - this.parent(selector).not("body").each(function () { - jQuery(this).replaceWith(this.childNodes); - }); - return this; - } - }); - - - jQuery.expr.pseudos.hidden = function (elem) { - return !jQuery.expr.pseudos.visible(elem); - }; - jQuery.expr.pseudos.visible = function (elem) { - return !!(elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length); - }; - - - jQuery.ajaxSettings.xhr = function () { - try { - return new window.XMLHttpRequest(); - } catch (e) { - } - }; - - var xhrSuccessStatus = { - - // File protocol always yields status code 0, assume 200 - 0: 200, - - // Support: IE <=9 only - // #1450: sometimes IE returns 1223 when it should be 204 - 1223: 204 - }, - xhrSupported = jQuery.ajaxSettings.xhr(); - - support.cors = !!xhrSupported && ("withCredentials" in xhrSupported); - support.ajax = xhrSupported = !!xhrSupported; - - jQuery.ajaxTransport(function (options) { - var callback, errorCallback; - - // Cross domain only allowed if supported through XMLHttpRequest - if (support.cors || xhrSupported && !options.crossDomain) { - return { - send: function (headers, complete) { - var i, - xhr = options.xhr(); - - xhr.open( - options.type, - options.url, - options.async, - options.username, - options.password - ); - - // Apply custom fields if provided - if (options.xhrFields) { - for (i in options.xhrFields) { - xhr[i] = options.xhrFields[i]; - } - } - - // Override mime type if needed - if (options.mimeType && xhr.overrideMimeType) { - xhr.overrideMimeType(options.mimeType); - } - - // X-Requested-With header - // For cross-domain requests, seeing as conditions for a preflight are - // akin to a jigsaw puzzle, we simply never set it to be sure. - // (it can always be set on a per-request basis or even using ajaxSetup) - // For same-domain requests, won't change header if already provided. - if (!options.crossDomain && !headers["X-Requested-With"]) { - headers["X-Requested-With"] = "XMLHttpRequest"; - } - - // Set headers - for (i in headers) { - xhr.setRequestHeader(i, headers[i]); - } - - // Callback - callback = function (type) { - return function () { - if (callback) { - callback = errorCallback = xhr.onload = - xhr.onerror = xhr.onabort = xhr.ontimeout = - xhr.onreadystatechange = null; - - if (type === "abort") { - xhr.abort(); - } else if (type === "error") { - - // Support: IE <=9 only - // On a manual native abort, IE9 throws - // errors on any property access that is not readyState - if (typeof xhr.status !== "number") { - complete(0, "error"); - } else { - complete( - // File: protocol always yields status 0; see #8605, #14207 - xhr.status, - xhr.statusText - ); - } - } else { - complete( - xhrSuccessStatus[xhr.status] || xhr.status, - xhr.statusText, - - // Support: IE <=9 only - // IE9 has no XHR2 but throws on binary (trac-11426) - // For XHR2 non-text, let the caller handle it (gh-2498) - (xhr.responseType || "text") !== "text" || - typeof xhr.responseText !== "string" ? - {binary: xhr.response} : - {text: xhr.responseText}, - xhr.getAllResponseHeaders() - ); - } - } - }; - }; - - // Listen to events - xhr.onload = callback(); - errorCallback = xhr.onerror = xhr.ontimeout = callback("error"); - - // Support: IE 9 only - // Use onreadystatechange to replace onabort - // to handle uncaught aborts - if (xhr.onabort !== undefined) { - xhr.onabort = errorCallback; - } else { - xhr.onreadystatechange = function () { - - // Check readyState before timeout as it changes - if (xhr.readyState === 4) { - - // Allow onerror to be called first, - // but that will not handle a native abort - // Also, save errorCallback to a variable - // as xhr.onerror cannot be accessed - window.setTimeout(function () { - if (callback) { - errorCallback(); - } - }); - } - }; - } - - // Create the abort callback - callback = callback("abort"); - - try { - - // Do send the request (this may raise an exception) - xhr.send(options.hasContent && options.data || null); - } catch (e) { - - // #14683: Only rethrow if this hasn't been notified as an error yet - if (callback) { - throw e; - } - } - }, - - abort: function () { - if (callback) { - callback(); - } - } - }; - } - }); - - -// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432) - jQuery.ajaxPrefilter(function (s) { - if (s.crossDomain) { - s.contents.script = false; - } - }); - -// Install script dataType - jQuery.ajaxSetup({ - accepts: { - script: "text/javascript, application/javascript, " + - "application/ecmascript, application/x-ecmascript" - }, - contents: { - script: /\b(?:java|ecma)script\b/ - }, - converters: { - "text script": function (text) { - jQuery.globalEval(text); - return text; - } - } - }); - -// Handle cache's special case and crossDomain - jQuery.ajaxPrefilter("script", function (s) { - if (s.cache === undefined) { - s.cache = false; - } - if (s.crossDomain) { - s.type = "GET"; - } - }); - -// Bind script tag hack transport - jQuery.ajaxTransport("script", function (s) { - - // This transport only deals with cross domain or forced-by-attrs requests - if (s.crossDomain || s.scriptAttrs) { - var script, callback; - return { - send: function (_, complete) { - script = jQuery(" + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.arguments.UpperAttrMetaclass

+
+
+class warg.arguments.UpperAttrMetaclass(clsname, bases, dct: dict)[source]
+

Bases: type

+

Upper case all attributes if not __private

+
+
+__init__(*args, **kwargs)
+
+ +

Methods

+ ++++ + + + + + + + + +

__init__(*args, **kwargs)

mro()

Return a type's method resolution order.

+
+
+mro()
+

Return a type’s method resolution order.

+
+ +
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.arguments.add_bool_arg.html b/docs/github/html/generated/warg.arguments.add_bool_arg.html new file mode 100644 index 0000000..8bad08a --- /dev/null +++ b/docs/github/html/generated/warg.arguments.add_bool_arg.html @@ -0,0 +1,177 @@ + + + + + + + + warg.arguments.add_bool_arg — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.arguments.check_for_duplicates_in_args.html b/docs/github/html/generated/warg.arguments.check_for_duplicates_in_args.html new file mode 100644 index 0000000..0e3d7f5 --- /dev/null +++ b/docs/github/html/generated/warg.arguments.check_for_duplicates_in_args.html @@ -0,0 +1,170 @@ + + + + + + + + warg.arguments.check_for_duplicates_in_args — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.arguments.config_to_mapping.html b/docs/github/html/generated/warg.arguments.config_to_mapping.html new file mode 100644 index 0000000..2a058c2 --- /dev/null +++ b/docs/github/html/generated/warg.arguments.config_to_mapping.html @@ -0,0 +1,179 @@ + + + + + + + + warg.arguments.config_to_mapping — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.arguments.get_upper_case_vars_or_protected_of.html b/docs/github/html/generated/warg.arguments.get_upper_case_vars_or_protected_of.html new file mode 100644 index 0000000..158e37e --- /dev/null +++ b/docs/github/html/generated/warg.arguments.get_upper_case_vars_or_protected_of.html @@ -0,0 +1,179 @@ + + + + + + + + warg.arguments.get_upper_case_vars_or_protected_of — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.arguments.html b/docs/github/html/generated/warg.arguments.html new file mode 100644 index 0000000..d2bf997 --- /dev/null +++ b/docs/github/html/generated/warg.arguments.html @@ -0,0 +1,214 @@ + + + + + + + + warg.arguments — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.arguments

+

Functions

+ ++++ + + + + + + + + + + + + + + + + + +

to_lower_properties(C_dict)

+
param C_dict
+

+
+

get_upper_case_vars_or_protected_of(module)

+
param module
+

+
+

config_to_mapping(C[, only_upper_case])

+
param C
+

+
+

add_bool_arg(parser, name, *[, dest, ...])

+
param parser
+

+
+

check_for_duplicates_in_args(**kwargs)

+
param kwargs
+

+
+

+

Classes

+ ++++ + + + + + +

UpperAttrMetaclass(clsname, bases, dct)

Upper case all attributes if not __private

+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.arguments.to_lower_properties.html b/docs/github/html/generated/warg.arguments.to_lower_properties.html new file mode 100644 index 0000000..c7f9db8 --- /dev/null +++ b/docs/github/html/generated/warg.arguments.to_lower_properties.html @@ -0,0 +1,176 @@ + + + + + + + + warg.arguments.to_lower_properties — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.ast_ops.arg_indentifier.ArgIdentifier.html b/docs/github/html/generated/warg.ast_ops.arg_indentifier.ArgIdentifier.html new file mode 100644 index 0000000..c73e788 --- /dev/null +++ b/docs/github/html/generated/warg.ast_ops.arg_indentifier.ArgIdentifier.html @@ -0,0 +1,225 @@ + + + + + + + + warg.ast_ops.arg_indentifier.ArgIdentifier — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.ast_ops.arg_indentifier.ArgIdentifier

+
+
+class warg.ast_ops.arg_indentifier.ArgIdentifier(*args, verbose: bool = False, max_num_intermediate_unnamed_elements: int = 1)[source]
+

Bases: ast.NodeVisitor

+
+
+__init__(*args, verbose: bool = False, max_num_intermediate_unnamed_elements: int = 1)[source]
+
+ +

Methods

+ ++++ + + + + + + + + + + + + + + + + + +

__init__(*args[, verbose, ...])

generic_visit(node)

Called if no explicit visitor function exists for a node.

visit(node)

Visit a node.

visit_Call(node)

Should work for most use cases, but no guarantee

visit_Constant(node)

+
+
+generic_visit(node)
+

Called if no explicit visitor function exists for a node.

+
+ +
+
+visit(node)
+

Visit a node.

+
+ +
+
+visit_Call(node: _ast.AST) None[source]
+

Should work for most use cases, but no guarantee

+
+
Parameters
+

node

+
+
Returns
+

+
+
+
+ +
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.ast_ops.arg_indentifier.cprinta.html b/docs/github/html/generated/warg.ast_ops.arg_indentifier.cprinta.html new file mode 100644 index 0000000..6468c2d --- /dev/null +++ b/docs/github/html/generated/warg.ast_ops.arg_indentifier.cprinta.html @@ -0,0 +1,169 @@ + + + + + + + + warg.ast_ops.arg_indentifier.cprinta — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.ast_ops.arg_indentifier.cprintz.html b/docs/github/html/generated/warg.ast_ops.arg_indentifier.cprintz.html new file mode 100644 index 0000000..d139369 --- /dev/null +++ b/docs/github/html/generated/warg.ast_ops.arg_indentifier.cprintz.html @@ -0,0 +1,169 @@ + + + + + + + + warg.ast_ops.arg_indentifier.cprintz — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.ast_ops.arg_indentifier.get_arg_names.html b/docs/github/html/generated/warg.ast_ops.arg_indentifier.get_arg_names.html new file mode 100644 index 0000000..9501e2b --- /dev/null +++ b/docs/github/html/generated/warg.ast_ops.arg_indentifier.get_arg_names.html @@ -0,0 +1,169 @@ + + + + + + + + warg.ast_ops.arg_indentifier.get_arg_names — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.ast_ops.arg_indentifier.html b/docs/github/html/generated/warg.ast_ops.arg_indentifier.html new file mode 100644 index 0000000..ecbf6e4 --- /dev/null +++ b/docs/github/html/generated/warg.ast_ops.arg_indentifier.html @@ -0,0 +1,193 @@ + + + + + + + + warg.ast_ops.arg_indentifier — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.ast_ops.first_arg_identifier.FirstArgIdentifier.html b/docs/github/html/generated/warg.ast_ops.first_arg_identifier.FirstArgIdentifier.html new file mode 100644 index 0000000..f694694 --- /dev/null +++ b/docs/github/html/generated/warg.ast_ops.first_arg_identifier.FirstArgIdentifier.html @@ -0,0 +1,224 @@ + + + + + + + + warg.ast_ops.first_arg_identifier.FirstArgIdentifier — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.ast_ops.first_arg_identifier.FirstArgIdentifier

+
+
+class warg.ast_ops.first_arg_identifier.FirstArgIdentifier(*args, verbose: bool = False, max_num_intermediate_unnamed_elements: int = - 1)[source]
+

Bases: ast.NodeVisitor

+
+
+__init__(*args, verbose: bool = False, max_num_intermediate_unnamed_elements: int = - 1)[source]
+
+ +

Methods

+ ++++ + + + + + + + + + + + + + + + + + +

__init__(*args[, verbose, ...])

generic_visit(node)

Called if no explicit visitor function exists for a node.

visit(node)

Visit a node.

visit_Call(node)

Should work for most use cases, but no guarantee

visit_Constant(node)

+
+
+generic_visit(node)
+

Called if no explicit visitor function exists for a node.

+
+ +
+
+visit(node)
+

Visit a node.

+
+ +
+
+visit_Call(node: _ast.AST) None[source]
+

Should work for most use cases, but no guarantee

+
+
Parameters
+

node

+
+
Returns
+

+
+
+
+ +
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.ast_ops.first_arg_identifier.cprint.html b/docs/github/html/generated/warg.ast_ops.first_arg_identifier.cprint.html new file mode 100644 index 0000000..728c24e --- /dev/null +++ b/docs/github/html/generated/warg.ast_ops.first_arg_identifier.cprint.html @@ -0,0 +1,168 @@ + + + + + + + + warg.ast_ops.first_arg_identifier.cprint — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.ast_ops.first_arg_identifier.get_first_arg_name.html b/docs/github/html/generated/warg.ast_ops.first_arg_identifier.get_first_arg_name.html new file mode 100644 index 0000000..ec1792d --- /dev/null +++ b/docs/github/html/generated/warg.ast_ops.first_arg_identifier.get_first_arg_name.html @@ -0,0 +1,168 @@ + + + + + + + + warg.ast_ops.first_arg_identifier.get_first_arg_name — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.ast_ops.first_arg_identifier.html b/docs/github/html/generated/warg.ast_ops.first_arg_identifier.html new file mode 100644 index 0000000..9d82c3d --- /dev/null +++ b/docs/github/html/generated/warg.ast_ops.first_arg_identifier.html @@ -0,0 +1,189 @@ + + + + + + + + warg.ast_ops.first_arg_identifier — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.ast_ops.html b/docs/github/html/generated/warg.ast_ops.html new file mode 100644 index 0000000..e0213a0 --- /dev/null +++ b/docs/github/html/generated/warg.ast_ops.html @@ -0,0 +1,171 @@ + + + + + + + + warg.ast_ops — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.bases.html b/docs/github/html/generated/warg.bases.html new file mode 100644 index 0000000..f06de9a --- /dev/null +++ b/docs/github/html/generated/warg.bases.html @@ -0,0 +1,167 @@ + + + + + + + + warg.bases — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.bases.property_settings.PropertySettings.html b/docs/github/html/generated/warg.bases.property_settings.PropertySettings.html new file mode 100644 index 0000000..e556f8a --- /dev/null +++ b/docs/github/html/generated/warg.bases.property_settings.PropertySettings.html @@ -0,0 +1,195 @@ + + + + + + + + warg.bases.property_settings.PropertySettings — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.bases.property_settings.PropertySettings

+
+
+class warg.bases.property_settings.PropertySettings(**kwargs)[source]
+

Bases: object

+
+
+__init__(**kwargs)[source]
+
+ +

Methods

+ ++++ + + + + + +

__init__(**kwargs)

+

Attributes

+ ++++ + + + + + +

raise_exception_non_exist_property

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.bases.property_settings.html b/docs/github/html/generated/warg.bases.property_settings.html new file mode 100644 index 0000000..29255b4 --- /dev/null +++ b/docs/github/html/generated/warg.bases.property_settings.html @@ -0,0 +1,171 @@ + + + + + + + + warg.bases.property_settings — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.boolean_tests.html b/docs/github/html/generated/warg.boolean_tests.html new file mode 100644 index 0000000..d6214de --- /dev/null +++ b/docs/github/html/generated/warg.boolean_tests.html @@ -0,0 +1,214 @@ + + + + + + + + warg.boolean_tests — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.boolean_tests

+

Created on 02/01/2020

+

Functions

+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + +

is_positive_and_mod_zero(mod, counter, *[, ...])

test if mod is positive then test if counter % mod is 0 if both tests are true return ret else return alt

is_zero_or_mod_zero(mod, counter, *[, ret, ...])

test if mod is zero or if counter % mod is 0 if any of the tests are true return ret else return alt

is_none_or_zero_or_negative(obj[, ...])

+
param obj
+

+
+

is_zero_or_mod_below(mod, below, counter, *)

test if mod is zero or if counter % mod is 0 if any of the tests are true return ret else return alt

is_none_or_zero_or_negative_or_mod_zero(mod, ...)

+
param mod
+

+
+

xor(a, b)

+
param a
+

+
+

xnor(a, b)

+
param a
+

+
+

nand(a, b)

+
param a
+

+
+

+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.boolean_tests.is_none_or_zero_or_negative.html b/docs/github/html/generated/warg.boolean_tests.is_none_or_zero_or_negative.html new file mode 100644 index 0000000..acda195 --- /dev/null +++ b/docs/github/html/generated/warg.boolean_tests.is_none_or_zero_or_negative.html @@ -0,0 +1,175 @@ + + + + + + + + warg.boolean_tests.is_none_or_zero_or_negative — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.boolean_tests.is_none_or_zero_or_negative_or_mod_zero.html b/docs/github/html/generated/warg.boolean_tests.is_none_or_zero_or_negative_or_mod_zero.html new file mode 100644 index 0000000..5ce1ce2 --- /dev/null +++ b/docs/github/html/generated/warg.boolean_tests.is_none_or_zero_or_negative_or_mod_zero.html @@ -0,0 +1,179 @@ + + + + + + + + warg.boolean_tests.is_none_or_zero_or_negative_or_mod_zero — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.boolean_tests.is_none_or_zero_or_negative_or_mod_zero

+
+
+warg.boolean_tests.is_none_or_zero_or_negative_or_mod_zero(mod: Optional[Union[int, float]], counter: int, *, ret: Any = True, alt: Any = False, residual_printer: callable = None) bool[source]
+
+
Parameters
+
    +
  • mod

  • +
  • counter

  • +
  • kwargs

  • +
+
+
Returns
+

+
+
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.boolean_tests.is_positive_and_mod_zero.html b/docs/github/html/generated/warg.boolean_tests.is_positive_and_mod_zero.html new file mode 100644 index 0000000..3adc934 --- /dev/null +++ b/docs/github/html/generated/warg.boolean_tests.is_positive_and_mod_zero.html @@ -0,0 +1,184 @@ + + + + + + + + warg.boolean_tests.is_positive_and_mod_zero — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.boolean_tests.is_positive_and_mod_zero

+
+
+warg.boolean_tests.is_positive_and_mod_zero(mod: Optional[Union[int, float]], counter: int, *, ret: Any = True, alt: Any = False, residual_printer: callable = None) Any[source]
+

test if mod is positive +then test if counter % mod is 0 +if both tests are true return ret +else return alt

+
+
Parameters
+
    +
  • mod

  • +
  • counter

  • +
  • ret

  • +
  • alt

  • +
+
+
Returns
+

+
+
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.boolean_tests.is_zero_or_mod_below.html b/docs/github/html/generated/warg.boolean_tests.is_zero_or_mod_below.html new file mode 100644 index 0000000..0019884 --- /dev/null +++ b/docs/github/html/generated/warg.boolean_tests.is_zero_or_mod_below.html @@ -0,0 +1,184 @@ + + + + + + + + warg.boolean_tests.is_zero_or_mod_below — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.boolean_tests.is_zero_or_mod_below

+
+
+warg.boolean_tests.is_zero_or_mod_below(mod: Optional[Union[int, float]], below: Union[int, float], counter: int, *, ret: Any = True, alt: Any = False, residual_printer: callable = None) Any[source]
+

test if mod is zero or if counter % mod is 0 +if any of the tests are true return ret +else return alt

+
+
Parameters
+
    +
  • below

  • +
  • mod

  • +
  • counter

  • +
  • ret

  • +
  • alt

  • +
+
+
Returns
+

+
+
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.boolean_tests.is_zero_or_mod_zero.html b/docs/github/html/generated/warg.boolean_tests.is_zero_or_mod_zero.html new file mode 100644 index 0000000..20e0856 --- /dev/null +++ b/docs/github/html/generated/warg.boolean_tests.is_zero_or_mod_zero.html @@ -0,0 +1,183 @@ + + + + + + + + warg.boolean_tests.is_zero_or_mod_zero — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.boolean_tests.is_zero_or_mod_zero

+
+
+warg.boolean_tests.is_zero_or_mod_zero(mod: Optional[Union[int, float]], counter: int, *, ret: Any = True, alt: Any = False, residual_printer: callable = None) Any[source]
+

test if mod is zero or if counter % mod is 0 +if any of the tests are true return ret +else return alt

+
+
Parameters
+
    +
  • mod

  • +
  • counter

  • +
  • ret

  • +
  • alt

  • +
+
+
Returns
+

+
+
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.boolean_tests.nand.html b/docs/github/html/generated/warg.boolean_tests.nand.html new file mode 100644 index 0000000..be0dad7 --- /dev/null +++ b/docs/github/html/generated/warg.boolean_tests.nand.html @@ -0,0 +1,178 @@ + + + + + + + + warg.boolean_tests.nand — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.boolean_tests.xnor.html b/docs/github/html/generated/warg.boolean_tests.xnor.html new file mode 100644 index 0000000..a20d973 --- /dev/null +++ b/docs/github/html/generated/warg.boolean_tests.xnor.html @@ -0,0 +1,178 @@ + + + + + + + + warg.boolean_tests.xnor — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.boolean_tests.xor.html b/docs/github/html/generated/warg.boolean_tests.xor.html new file mode 100644 index 0000000..a81f7fe --- /dev/null +++ b/docs/github/html/generated/warg.boolean_tests.xor.html @@ -0,0 +1,178 @@ + + + + + + + + warg.boolean_tests.xor — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.business.busy_indicator.html b/docs/github/html/generated/warg.business.busy_indicator.html new file mode 100644 index 0000000..1acd9fd --- /dev/null +++ b/docs/github/html/generated/warg.business.busy_indicator.html @@ -0,0 +1,176 @@ + + + + + + + + warg.business.busy_indicator — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.business.busy_indicator

+
+
+warg.business.busy_indicator(*, stream: callable = <built-in function print>, indicator_interval: int = 1, phases: typing.Iterable[str] = ('◑', '◒', '◐', '◓')) Iterable[source]
+

You can choose arbitrary phases like [‘|’,’/’,’-‘,’’]

+
+
Parameters
+
    +
  • stream

  • +
  • indicator_interval

  • +
  • phases

  • +
+
+
Returns
+

+
+
Return type
+

+
+
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.business.html b/docs/github/html/generated/warg.business.html new file mode 100644 index 0000000..08572a3 --- /dev/null +++ b/docs/github/html/generated/warg.business.html @@ -0,0 +1,166 @@ + + + + + + + + warg.business — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.business

+

Created on 17/03/2020

+

Functions

+ ++++ + + + + + +

busy_indicator(*[, stream, ...])

You can choose arbitrary phases like ['|','/','-','']

+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.colors.color_conversion.RGB.html b/docs/github/html/generated/warg.colors.color_conversion.RGB.html new file mode 100644 index 0000000..ed7562d --- /dev/null +++ b/docs/github/html/generated/warg.colors.color_conversion.RGB.html @@ -0,0 +1,185 @@ + + + + + + + + warg.colors.color_conversion.rgb — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.colors.color_conversion.RGBA.html b/docs/github/html/generated/warg.colors.color_conversion.RGBA.html new file mode 100644 index 0000000..45c9073 --- /dev/null +++ b/docs/github/html/generated/warg.colors.color_conversion.RGBA.html @@ -0,0 +1,186 @@ + + + + + + + + warg.colors.color_conversion.rgba — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.colors.color_conversion.color_from_str.html b/docs/github/html/generated/warg.colors.color_conversion.color_from_str.html new file mode 100644 index 0000000..43dc76e --- /dev/null +++ b/docs/github/html/generated/warg.colors.color_conversion.color_from_str.html @@ -0,0 +1,184 @@ + + + + + + + + warg.colors.color_conversion.color_from_str — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.colors.color_conversion.color_to_str.html b/docs/github/html/generated/warg.colors.color_conversion.color_to_str.html new file mode 100644 index 0000000..0517ecf --- /dev/null +++ b/docs/github/html/generated/warg.colors.color_conversion.color_to_str.html @@ -0,0 +1,184 @@ + + + + + + + + warg.colors.color_conversion.color_to_str — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.colors.color_conversion.html b/docs/github/html/generated/warg.colors.color_conversion.html new file mode 100644 index 0000000..56e53e8 --- /dev/null +++ b/docs/github/html/generated/warg.colors.color_conversion.html @@ -0,0 +1,215 @@ + + + + + + + + warg.colors.color_conversion — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.colors.color_conversion

+

Created on 30/03/2020

+

Functions

+ ++++ + + + + + + + + + + + + + + + + + + + + +

rgb(r, g, b)

+
param r
+

+
+

rgba(r, g, b, a)

+
param r
+

+
+

RGB(r, g, b)

+
param r
+

+
+

RGBA(r, g, b, a)

+
param r
+

+
+

color_to_str(t[, seperator])

+
param t
+

+
+

color_from_str(s[, seperator])

+
param s
+

+
+

+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.colors.css_colors.color.html b/docs/github/html/generated/warg.colors.css_colors.color.html new file mode 100644 index 0000000..47e679e --- /dev/null +++ b/docs/github/html/generated/warg.colors.css_colors.color.html @@ -0,0 +1,184 @@ + + + + + + + + warg.colors.css_colors.color — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.colors.css_colors.color

+
+
+warg.colors.css_colors.color(s, fg=None, bg=None, style=None)[source]
+

Add ANSI colors and styles to a string.

+
+
Parameters
+
    +
  • s (str) – String to format.

  • +
  • fg (str|int|tuple) – Foreground color specification.

  • +
  • bg (str|int|tuple) – Background color specification.

  • +
  • str – Style names, separated by ‘+’

  • +
+
+
Returns
+

Formatted string.

+
+
Return type
+

str (or unicode in Python 2, if s is unicode)

+
+
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.colors.css_colors.html b/docs/github/html/generated/warg.colors.css_colors.html new file mode 100644 index 0000000..4cc80c8 --- /dev/null +++ b/docs/github/html/generated/warg.colors.css_colors.html @@ -0,0 +1,173 @@ + + + + + + + + warg.colors.css_colors — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.colors.html b/docs/github/html/generated/warg.colors.html new file mode 100644 index 0000000..bac4322 --- /dev/null +++ b/docs/github/html/generated/warg.colors.html @@ -0,0 +1,175 @@ + + + + + + + + warg.colors — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.colors.label_colors.compute_color_for_labels.html b/docs/github/html/generated/warg.colors.label_colors.compute_color_for_labels.html new file mode 100644 index 0000000..50a9ced --- /dev/null +++ b/docs/github/html/generated/warg.colors.label_colors.compute_color_for_labels.html @@ -0,0 +1,168 @@ + + + + + + + + warg.colors.label_colors.compute_color_for_labels — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.colors.label_colors.compute_color_for_labels

+
+
+warg.colors.label_colors.compute_color_for_labels(label: int, palette: Tuple[Union[int, float], Union[int, float], Union[int, float]] = (2047, 32767, 1048575)) Tuple[source]
+

Simple function that adds fixed color depending on the class

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.colors.label_colors.html b/docs/github/html/generated/warg.colors.label_colors.html new file mode 100644 index 0000000..bcaeae2 --- /dev/null +++ b/docs/github/html/generated/warg.colors.label_colors.html @@ -0,0 +1,173 @@ + + + + + + + + warg.colors.label_colors — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.config_shell.ConfigShell.html b/docs/github/html/generated/warg.config_shell.ConfigShell.html new file mode 100644 index 0000000..8249c6b --- /dev/null +++ b/docs/github/html/generated/warg.config_shell.ConfigShell.html @@ -0,0 +1,442 @@ + + + + + + + + warg.config_shell.ConfigShell — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.config_shell.ConfigShell

+
+
+class warg.config_shell.ConfigShell(name: str = 'config', *, completekey='tab', stdin=None, stdout=None)[source]
+

Bases: warg.config_shell.PlaybackShell

+
+
+__init__(name: str = 'config', *, completekey='tab', stdin=None, stdout=None)[source]
+

Instantiate a line-oriented interpreter framework.

+

The optional argument ‘completekey’ is the readline name of a +completion key; it defaults to the Tab key. If completekey is +not None and the readline module is available, command completion +is done automatically. The optional arguments stdin and stdout +specify alternate input and output file objects; if not specified, +sys.stdin and sys.stdout are used.

+
+ +

Methods

+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

__init__([name, completekey, stdin, stdout])

Instantiate a line-oriented interpreter framework.

add_func(key, func)

add_option(key, *, getter, setter[, deleter])

add_property_options(ps)

close()

cmdloop([intro])

Repeatedly issue a prompt, accept input, parse an initial prefix off the received input, and dispatch to action methods, passing them the remainder of the line as argument.

columnize(list[, displaywidth])

Display a list of strings as a compact set of columns.

complete(text, state)

Return the next possible completion for 'text'.

complete_help(*args)

completedefault(*ignored)

Method called to complete an input line when no command-specific complete_*() method is available.

completenames(text, *ignored)

default(line)

Called on an input line when the command prefix is not recognized.

do_close(arg)

If recording, stop, close file, close window, and exit:

do_exit(arg)

If recording, stop, close file, close window, and exit:

do_help(arg)

List available commands with "help" or detailed help with "help cmd".

do_playback(file)

Playback commands from a file: PLAYBACK file.cmd

do_record(file)

Save future commands to filename: RECORD file.cmd

emptyline()

Called when an empty line is entered in response to the prompt.

get_names()

onecmd(line)

Interpret the argument as though it had been typed in response to the prompt.

parseline(line)

Parse the line into a command name and a string containing the arguments.

postcmd(stop, line)

Hook method executed just after a command dispatch is finished.

postloop()

Hook method executed once when the cmdloop() method is about to return.

precmd(line)

+
param line
+

+
+

preloop()

Hook method executed once when the cmdloop() method is called.

print_topics(header, cmds, cmdlen, maxcol)

+

Attributes

+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

default_file_path

doc_header

doc_leader

file

identchars

intro

lastcmd

misc_header

nohelp

prompt

ruler

undoc_header

use_rawinput

+
+
+cmdloop(intro=None)
+

Repeatedly issue a prompt, accept input, parse an initial prefix +off the received input, and dispatch to action methods, passing them +the remainder of the line as argument.

+
+ +
+
+columnize(list, displaywidth=80)
+

Display a list of strings as a compact set of columns.

+

Each column is only as wide as necessary. +Columns are separated by two spaces (one was not legible enough).

+
+ +
+
+complete(text, state)
+

Return the next possible completion for ‘text’.

+

If a command has not been entered, then complete against command list. +Otherwise try to call complete_<command> to get list of completions.

+
+ +
+
+completedefault(*ignored)
+

Method called to complete an input line when no command-specific +complete_*() method is available.

+

By default, it returns an empty list.

+
+ +
+
+default(line)
+

Called on an input line when the command prefix is not recognized.

+

If this method is not overridden, it prints an error message and +returns.

+
+ +
+
+do_close(arg)
+

If recording, stop, close file, close window, and exit:

+
+ +
+
+do_exit(arg)
+

If recording, stop, close file, close window, and exit:

+
+ +
+
+do_help(arg)
+

List available commands with “help” or detailed help with “help cmd”.

+
+ +
+
+do_playback(file: pathlib.Path)
+

Playback commands from a file: PLAYBACK file.cmd

+
+ +
+
+do_record(file: pathlib.Path)
+

Save future commands to filename: RECORD file.cmd

+
+ +
+
+emptyline()
+

Called when an empty line is entered in response to the prompt.

+

If this method is not overridden, it repeats the last nonempty +command entered.

+
+ +
+
+onecmd(line)[source]
+

Interpret the argument as though it had been typed in response +to the prompt.

+

This may be overridden, but should not normally need to be; +see the precmd() and postcmd() methods for useful execution hooks. +The return value is a flag indicating whether interpretation of +commands by the interpreter should stop.

+
+ +
+
+parseline(line)
+

Parse the line into a command name and a string containing +the arguments. Returns a tuple containing (command, args, line). +‘command’ and ‘args’ may be None if the line couldn’t be parsed.

+
+ +
+
+postcmd(stop, line)
+

Hook method executed just after a command dispatch is finished.

+
+ +
+
+postloop()
+

Hook method executed once when the cmdloop() method is about to +return.

+
+ +
+
+precmd(line)
+
+
Parameters
+

line

+
+
Returns
+

+
+
+
+ +
+
+preloop()
+

Hook method executed once when the cmdloop() method is called.

+
+ +
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.config_shell.PlaybackShell.html b/docs/github/html/generated/warg.config_shell.PlaybackShell.html new file mode 100644 index 0000000..a472d03 --- /dev/null +++ b/docs/github/html/generated/warg.config_shell.PlaybackShell.html @@ -0,0 +1,433 @@ + + + + + + + + warg.config_shell.PlaybackShell — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.config_shell.PlaybackShell

+
+
+class warg.config_shell.PlaybackShell(completekey='tab', stdin=None, stdout=None)[source]
+

Bases: cmd.Cmd

+
+
+__init__(completekey='tab', stdin=None, stdout=None)
+

Instantiate a line-oriented interpreter framework.

+

The optional argument ‘completekey’ is the readline name of a +completion key; it defaults to the Tab key. If completekey is +not None and the readline module is available, command completion +is done automatically. The optional arguments stdin and stdout +specify alternate input and output file objects; if not specified, +sys.stdin and sys.stdout are used.

+
+ +

Methods

+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

__init__([completekey, stdin, stdout])

Instantiate a line-oriented interpreter framework.

close()

cmdloop([intro])

Repeatedly issue a prompt, accept input, parse an initial prefix off the received input, and dispatch to action methods, passing them the remainder of the line as argument.

columnize(list[, displaywidth])

Display a list of strings as a compact set of columns.

complete(text, state)

Return the next possible completion for 'text'.

complete_help(*args)

completedefault(*ignored)

Method called to complete an input line when no command-specific complete_*() method is available.

completenames(text, *ignored)

default(line)

Called on an input line when the command prefix is not recognized.

do_close(arg)

If recording, stop, close file, close window, and exit:

do_exit(arg)

If recording, stop, close file, close window, and exit:

do_help(arg)

List available commands with "help" or detailed help with "help cmd".

do_playback(file)

Playback commands from a file: PLAYBACK file.cmd

do_record(file)

Save future commands to filename: RECORD file.cmd

emptyline()

Called when an empty line is entered in response to the prompt.

get_names()

onecmd(line)

Interpret the argument as though it had been typed in response to the prompt.

parseline(line)

Parse the line into a command name and a string containing the arguments.

postcmd(stop, line)

Hook method executed just after a command dispatch is finished.

postloop()

Hook method executed once when the cmdloop() method is about to return.

precmd(line)

+
param line
+

+
+

preloop()

Hook method executed once when the cmdloop() method is called.

print_topics(header, cmds, cmdlen, maxcol)

+

Attributes

+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

default_file_path

doc_header

doc_leader

file

identchars

intro

lastcmd

misc_header

nohelp

prompt

ruler

undoc_header

use_rawinput

+
+
+cmdloop(intro=None)
+

Repeatedly issue a prompt, accept input, parse an initial prefix +off the received input, and dispatch to action methods, passing them +the remainder of the line as argument.

+
+ +
+
+columnize(list, displaywidth=80)
+

Display a list of strings as a compact set of columns.

+

Each column is only as wide as necessary. +Columns are separated by two spaces (one was not legible enough).

+
+ +
+
+complete(text, state)
+

Return the next possible completion for ‘text’.

+

If a command has not been entered, then complete against command list. +Otherwise try to call complete_<command> to get list of completions.

+
+ +
+
+completedefault(*ignored)
+

Method called to complete an input line when no command-specific +complete_*() method is available.

+

By default, it returns an empty list.

+
+ +
+
+default(line)
+

Called on an input line when the command prefix is not recognized.

+

If this method is not overridden, it prints an error message and +returns.

+
+ +
+
+do_close(arg)[source]
+

If recording, stop, close file, close window, and exit:

+
+ +
+
+do_exit(arg)[source]
+

If recording, stop, close file, close window, and exit:

+
+ +
+
+do_help(arg)
+

List available commands with “help” or detailed help with “help cmd”.

+
+ +
+
+do_playback(file: pathlib.Path)[source]
+

Playback commands from a file: PLAYBACK file.cmd

+
+ +
+
+do_record(file: pathlib.Path)[source]
+

Save future commands to filename: RECORD file.cmd

+
+ +
+
+emptyline()
+

Called when an empty line is entered in response to the prompt.

+

If this method is not overridden, it repeats the last nonempty +command entered.

+
+ +
+
+onecmd(line)
+

Interpret the argument as though it had been typed in response +to the prompt.

+

This may be overridden, but should not normally need to be; +see the precmd() and postcmd() methods for useful execution hooks. +The return value is a flag indicating whether interpretation of +commands by the interpreter should stop.

+
+ +
+
+parseline(line)
+

Parse the line into a command name and a string containing +the arguments. Returns a tuple containing (command, args, line). +‘command’ and ‘args’ may be None if the line couldn’t be parsed.

+
+ +
+
+postcmd(stop, line)
+

Hook method executed just after a command dispatch is finished.

+
+ +
+
+postloop()
+

Hook method executed once when the cmdloop() method is about to +return.

+
+ +
+
+precmd(line)[source]
+
+
Parameters
+

line

+
+
Returns
+

+
+
+
+ +
+
+preloop()
+

Hook method executed once when the cmdloop() method is called.

+
+ +
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.config_shell.html b/docs/github/html/generated/warg.config_shell.html new file mode 100644 index 0000000..29d64f8 --- /dev/null +++ b/docs/github/html/generated/warg.config_shell.html @@ -0,0 +1,170 @@ + + + + + + + + warg.config_shell — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.config_shell

+

Created on 17/03/2020

+

Classes

+ ++++ + + + + + + + + +

PlaybackShell([completekey, stdin, stdout])

ConfigShell([name, completekey, stdin, stdout])

+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.context_wrapper.ContextWrapper.html b/docs/github/html/generated/warg.context_wrapper.ContextWrapper.html new file mode 100644 index 0000000..8ea2022 --- /dev/null +++ b/docs/github/html/generated/warg.context_wrapper.ContextWrapper.html @@ -0,0 +1,182 @@ + + + + + + + + warg.context_wrapper.ContextWrapper — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.context_wrapper.ContextWrapper

+
+
+class warg.context_wrapper.ContextWrapper(context_manager: callable, enabled: bool, construction_args: Sequence = (), construction_kwargs=None)[source]
+

Bases: contextlib.AbstractContextManager

+

Allows for conditional application of contexts, if uninstantiated context manager classes are passed no arguments is supplied in construction. +if disabled None is returned +if enabled return of context manager is propagated

+
+
+__init__(context_manager: callable, enabled: bool, construction_args: Sequence = (), construction_kwargs=None)[source]
+
+ +

Methods

+ ++++ + + + + + +

__init__(context_manager, enabled[, ...])

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.context_wrapper.NopContext.html b/docs/github/html/generated/warg.context_wrapper.NopContext.html new file mode 100644 index 0000000..db544fc --- /dev/null +++ b/docs/github/html/generated/warg.context_wrapper.NopContext.html @@ -0,0 +1,179 @@ + + + + + + + + warg.context_wrapper.NopContext — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.context_wrapper.html b/docs/github/html/generated/warg.context_wrapper.html new file mode 100644 index 0000000..267520b --- /dev/null +++ b/docs/github/html/generated/warg.context_wrapper.html @@ -0,0 +1,170 @@ + + + + + + + + warg.context_wrapper — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.context_wrapper

+

Created on 01/07/2020

+

Classes

+ ++++ + + + + + + + + +

ContextWrapper(context_manager, enabled[, ...])

Allows for conditional application of contexts, if uninstantiated context manager classes are passed no arguments is supplied in construction.

NopContext()

+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.contexts.IgnoreInterruptSignal.html b/docs/github/html/generated/warg.contexts.IgnoreInterruptSignal.html new file mode 100644 index 0000000..eba4c45 --- /dev/null +++ b/docs/github/html/generated/warg.contexts.IgnoreInterruptSignal.html @@ -0,0 +1,178 @@ + + + + + + + + warg.contexts.IgnoreInterruptSignal — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.contexts.IgnoreInterruptSignal

+
+
+class warg.contexts.IgnoreInterruptSignal[source]
+

Bases: contextlib.AbstractContextManager, warg.decorators.kw_passing.AlsoDecorator

+
+
+__init__()
+
+ +

Methods

+ ++++ + + + + + +

__init__()

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.contexts.html b/docs/github/html/generated/warg.contexts.html new file mode 100644 index 0000000..e9754f2 --- /dev/null +++ b/docs/github/html/generated/warg.contexts.html @@ -0,0 +1,166 @@ + + + + + + + + warg.contexts — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.data_structures.auto_dict.AutoDict.html b/docs/github/html/generated/warg.data_structures.auto_dict.AutoDict.html new file mode 100644 index 0000000..eeaa702 --- /dev/null +++ b/docs/github/html/generated/warg.data_structures.auto_dict.AutoDict.html @@ -0,0 +1,179 @@ + + + + + + + + warg.data_structures.auto_dict.AutoDict — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.data_structures.auto_dict.html b/docs/github/html/generated/warg.data_structures.auto_dict.html new file mode 100644 index 0000000..27fe284 --- /dev/null +++ b/docs/github/html/generated/warg.data_structures.auto_dict.html @@ -0,0 +1,195 @@ + + + + + + + + warg.data_structures.auto_dict — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.data_structures.auto_dict.recursive_default_dict_print.html b/docs/github/html/generated/warg.data_structures.auto_dict.recursive_default_dict_print.html new file mode 100644 index 0000000..e466394 --- /dev/null +++ b/docs/github/html/generated/warg.data_structures.auto_dict.recursive_default_dict_print.html @@ -0,0 +1,179 @@ + + + + + + + + warg.data_structures.auto_dict.recursive_default_dict_print — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.data_structures.auto_dict.sanitise_auto_dict.html b/docs/github/html/generated/warg.data_structures.auto_dict.sanitise_auto_dict.html new file mode 100644 index 0000000..4858e73 --- /dev/null +++ b/docs/github/html/generated/warg.data_structures.auto_dict.sanitise_auto_dict.html @@ -0,0 +1,182 @@ + + + + + + + + warg.data_structures.auto_dict.sanitise_auto_dict — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.data_structures.html b/docs/github/html/generated/warg.data_structures.html new file mode 100644 index 0000000..db01b27 --- /dev/null +++ b/docs/github/html/generated/warg.data_structures.html @@ -0,0 +1,183 @@ + + + + + + + + warg.data_structures — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.data_structures.mappings.AppendingDict.html b/docs/github/html/generated/warg.data_structures.mappings.AppendingDict.html new file mode 100644 index 0000000..f2d1473 --- /dev/null +++ b/docs/github/html/generated/warg.data_structures.mappings.AppendingDict.html @@ -0,0 +1,290 @@ + + + + + + + + warg.data_structures.mappings.AppendingDict — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.data_structures.mappings.AppendingDict

+
+
+class warg.data_structures.mappings.AppendingDict[source]
+

Bases: Dict

+
+
+__init__(*args, **kwargs)
+
+ +

Methods

+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

__init__(*args, **kwargs)

clear()

copy()

fromkeys([value])

Create a new dictionary with keys from iterable and values set to value.

get(key[, default])

Return the value for key if key is in the dictionary, else default.

items()

keys()

pop(k[,d])

If key is not found, d is returned if given, otherwise KeyError is raised

popitem()

Remove and return a (key, value) pair as a 2-tuple.

setdefault(key[, default])

Insert key with a value of default if key is not in the dictionary.

update([E, ]**F)

If E is present and has a .keys() method, then does: for k in E: D[k] = E[k] If E is present and lacks a .keys() method, then does: for k, v in E: D[k] = v In either case, this is followed by: for k in F: D[k] = F[k]

values()

+
+
+clear() None.  Remove all items from D.
+
+ +
+
+copy() a shallow copy of D
+
+ +
+
+fromkeys(value=None, /)
+

Create a new dictionary with keys from iterable and values set to value.

+
+ +
+
+get(key, default=None, /)
+

Return the value for key if key is in the dictionary, else default.

+
+ +
+
+items() a set-like object providing a view on D's items
+
+ +
+
+keys() a set-like object providing a view on D's keys
+
+ +
+
+pop(k[, d]) v, remove specified key and return the corresponding value.
+

If key is not found, d is returned if given, otherwise KeyError is raised

+
+ +
+
+popitem()
+

Remove and return a (key, value) pair as a 2-tuple.

+

Pairs are returned in LIFO (last-in, first-out) order. +Raises KeyError if the dict is empty.

+
+ +
+
+setdefault(key, default=None, /)
+

Insert key with a value of default if key is not in the dictionary.

+

Return the value for key if key is in the dictionary, else default.

+
+ +
+
+update([E, ]**F) None.  Update D from dict/iterable E and F.
+

If E is present and has a .keys() method, then does: for k in E: D[k] = E[k] +If E is present and lacks a .keys() method, then does: for k, v in E: D[k] = v +In either case, this is followed by: for k in F: D[k] = F[k]

+
+ +
+
+values() an object providing a view on D's values
+
+ +
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.data_structures.mappings.html b/docs/github/html/generated/warg.data_structures.mappings.html new file mode 100644 index 0000000..399ca9c --- /dev/null +++ b/docs/github/html/generated/warg.data_structures.mappings.html @@ -0,0 +1,199 @@ + + + + + + + + warg.data_structures.mappings — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.data_structures.mappings

+

Functions

+ ++++ + + + + + + + + + + + + + + +

invert_mapping(m)

Invert a mapping

invert_dict(d)

Invert a dict

pivot_dict_object(d, key)

pivot_key -> pivot_value for object attributes

pivot_dict(d, key)

pivot_key -> pivot_value

+

Classes

+ ++++ + + + + + +

AppendingDict

+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.data_structures.mappings.invert_dict.html b/docs/github/html/generated/warg.data_structures.mappings.invert_dict.html new file mode 100644 index 0000000..ab3a090 --- /dev/null +++ b/docs/github/html/generated/warg.data_structures.mappings.invert_dict.html @@ -0,0 +1,185 @@ + + + + + + + + warg.data_structures.mappings.invert_dict — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.data_structures.mappings.invert_dict

+
+
+warg.data_structures.mappings.invert_dict(d: Mapping) Dict[source]
+

Invert a dict

+
+
Parameters
+

d

+
+
Returns
+

+
+
Return type
+

+
+
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.data_structures.mappings.invert_mapping.html b/docs/github/html/generated/warg.data_structures.mappings.invert_mapping.html new file mode 100644 index 0000000..ab96f9d --- /dev/null +++ b/docs/github/html/generated/warg.data_structures.mappings.invert_mapping.html @@ -0,0 +1,177 @@ + + + + + + + + warg.data_structures.mappings.invert_mapping — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.data_structures.mappings.invert_mapping

+
+
+warg.data_structures.mappings.invert_mapping(m: Mapping) Mapping[source]
+

Invert a mapping

+

if a mapping does not have duplicate hashable values, then this is the same as invert_dict, otherwise values in +new_m are tuples of keys with duplicate values +:return: :rtype:

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.data_structures.mappings.pivot_dict.html b/docs/github/html/generated/warg.data_structures.mappings.pivot_dict.html new file mode 100644 index 0000000..8d66bcc --- /dev/null +++ b/docs/github/html/generated/warg.data_structures.mappings.pivot_dict.html @@ -0,0 +1,189 @@ + + + + + + + + warg.data_structures.mappings.pivot_dict — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.data_structures.mappings.pivot_dict

+
+
+warg.data_structures.mappings.pivot_dict(d: Dict, key) Dict[source]
+

pivot_key -> pivot_value

+
+
Parameters
+
    +
  • d

  • +
  • key

  • +
  • value

  • +
+
+
Returns
+

+
+
Return type
+

+
+
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.data_structures.mappings.pivot_dict_object.html b/docs/github/html/generated/warg.data_structures.mappings.pivot_dict_object.html new file mode 100644 index 0000000..3d56334 --- /dev/null +++ b/docs/github/html/generated/warg.data_structures.mappings.pivot_dict_object.html @@ -0,0 +1,189 @@ + + + + + + + + warg.data_structures.mappings.pivot_dict_object — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.data_structures.mappings.pivot_dict_object

+
+
+warg.data_structures.mappings.pivot_dict_object(d: Dict, key) Dict[source]
+

pivot_key -> pivot_value for object attributes

+
+
Parameters
+
    +
  • d

  • +
  • key

  • +
  • value

  • +
+
+
Returns
+

+
+
Return type
+

+
+
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.data_structures.named_ordered_dictionary.NOD.html b/docs/github/html/generated/warg.data_structures.named_ordered_dictionary.NOD.html new file mode 100644 index 0000000..8a7a1d9 --- /dev/null +++ b/docs/github/html/generated/warg.data_structures.named_ordered_dictionary.NOD.html @@ -0,0 +1,171 @@ + + + + + + + + warg.data_structures.named_ordered_dictionary.NOD — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.data_structures.named_ordered_dictionary.NamedOrderedDictionary.html b/docs/github/html/generated/warg.data_structures.named_ordered_dictionary.NamedOrderedDictionary.html new file mode 100644 index 0000000..7deb7ba --- /dev/null +++ b/docs/github/html/generated/warg.data_structures.named_ordered_dictionary.NamedOrderedDictionary.html @@ -0,0 +1,461 @@ + + + + + + + + warg.data_structures.named_ordered_dictionary.NamedOrderedDictionary — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.data_structures.named_ordered_dictionary.NamedOrderedDictionary

+
+
+class warg.data_structures.named_ordered_dictionary.NamedOrderedDictionary(*args, **kwargs)[source]
+

Bases: MutableMapping

+

Usage:

+

+
+
+

nodict = NamedOrderedDictionary() +nodict.paramA = ‘str_parameter’ +nodict.paramB = 10 +assert nodict.paramA == ‘str_parameter’ +assert nodict.paramB == 10

+

+
+
+

nodict = NamedOrderedDictionary() +nodict[‘paramA’] = 10 +assert nodict.paramA == 10

+

+
+
+

nodict = NamedOrderedDictionary({‘paramA’: ‘str_parameter’, ‘paramB’: 10}) +assert nodict.paramA == ‘str_parameter’ +assert nodict.paramB == 10

+

+
+
+

nodict = NamedOrderedDictionary(paramA=’str_parameter’, paramB=10) +assert nodict.paramA == ‘str_parameter’ +assert nodict.paramB == 10

+

+
+
+

nodict = NamedOrderedDictionary(‘str_parameter’, 10) +assert nodict.arg0 == ‘str_parameter’ +assert nodict.arg1 == 10

+

+
+
+

arg0,arg1 = NamedOrderedDictionary(‘str_parameter’, 10).as_list() +assert arg0 == ‘str_parameter’ +assert arg1 == 10

+

As with dictionaries you can use the update() method.

+

+
+
+

nodict = NamedOrderedDictionary() +nodict.update({‘paramA’: 20, ‘paramB’: ‘other_param’, ‘paramC’: 5.0}) +assert nodict.paramA == 20 +assert nodict.paramB == ‘other_param’

+

+
+
+

nodict = NamedOrderedDictionary(‘str_parameter’, 10) +nodict.update({‘arg1’: 20, ‘arg0’: ‘other_param’}) +assert nodict.arg0 == ‘other_param’ +assert nodict.arg1 == 20

+

+
+
+

nodict = NamedOrderedDictionary(paramA=’str_parameter’, paramB=10) +nodict.update(20,’other_param’) +assert nodict.paramB == ‘other_param’ +assert nodict.paramA == 20

+
+
+__init__(*args, **kwargs) None[source]
+
+ +

Methods

+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

__init__(*args, **kwargs)

add_unnamed_arg(arg)

+
param arg
+

+
+

as_dict()

+
return
+

+
+

as_flat_tuples()

+
return
+

+
+

as_list()

+
return
+

+
+

as_tuples()

+
return
+

+
+

clear()

get(k[,d])

items()

+
return
+

+
+

keys()

+
return
+

+
+

pop(k[,d])

If key is not found, d is returned if given, otherwise KeyError is raised.

popitem()

as a 2-tuple; but raise KeyError if D is empty.

setdefault(k[,d])

update(*args, **kwargs)

Merge two attributes, overriding any repeated keys from the items parameter.

values()

+
return
+

+
+

+
+
+add_unnamed_arg(arg: Any) None[source]
+
+
Parameters
+

arg

+
+
+
+ +
+
+as_dict() dict[source]
+
+
Returns
+

+
+
Return type
+

+
+
+
+ +
+
+as_flat_tuples() List[Tuple][source]
+
+
Returns
+

+
+
Return type
+

+
+
+
+ +
+
+as_list() list[source]
+
+
Returns
+

+
+
Return type
+

+
+
+
+ +
+
+as_tuples() List[Tuple[Any, Any]][source]
+
+
Returns
+

+
+
Return type
+

+
+
+
+ +
+
+clear() None.  Remove all items from D.
+
+ +
+
+get(k[, d]) D[k] if k in D, else d.  d defaults to None.
+
+ +
+
+items() ItemsView[source]
+
+
Returns
+

+
+
Return type
+

+
+
+
+ +
+
+keys() KeysView[source]
+
+
Returns
+

+
+
Return type
+

+
+
+
+ +
+
+pop(k[, d]) v, remove specified key and return the corresponding value.
+

If key is not found, d is returned if given, otherwise KeyError is raised.

+
+ +
+
+popitem() (k, v), remove and return some (key, value) pair
+

as a 2-tuple; but raise KeyError if D is empty.

+
+ +
+
+setdefault(k[, d]) D.get(k,d), also set D[k]=d if k not in D
+
+ +
+
+update(*args: Any, **kwargs: Any) warg.data_structures.named_ordered_dictionary.T[source]
+

Merge two attributes, overriding any repeated keys from +the items parameter.

+

:returns self

+

Args: +items (dict): Python dictionary containing updated values.

+
+ +
+
+values() ValuesView[source]
+
+
Returns
+

+
+
Return type
+

+
+
+
+ +
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.data_structures.named_ordered_dictionary.html b/docs/github/html/generated/warg.data_structures.named_ordered_dictionary.html new file mode 100644 index 0000000..eaa75b2 --- /dev/null +++ b/docs/github/html/generated/warg.data_structures.named_ordered_dictionary.html @@ -0,0 +1,178 @@ + + + + + + + + warg.data_structures.named_ordered_dictionary — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.data_structures.ordered_set.OrderedSet.html b/docs/github/html/generated/warg.data_structures.ordered_set.OrderedSet.html new file mode 100644 index 0000000..14da8c6 --- /dev/null +++ b/docs/github/html/generated/warg.data_structures.ordered_set.OrderedSet.html @@ -0,0 +1,568 @@ + + + + + + + + warg.data_structures.ordered_set.OrderedSet — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.data_structures.ordered_set.OrderedSet

+
+
+class warg.data_structures.ordered_set.OrderedSet(iterable: Optional[Iterable[warg.data_structures.ordered_set.T]] = None)[source]
+

Bases: MutableSet[warg.data_structures.ordered_set.T], Sequence[warg.data_structures.ordered_set.T]

+

An OrderedSet is a custom MutableSet that remembers its order, so that +every entry has an index that can be looked up.

+

Example

+
>>> OrderedSet([1, 1, 2, 3, 2])
+OrderedSet([1, 2, 3])
+
+
+
+
+__init__(iterable: Optional[Iterable[warg.data_structures.ordered_set.T]] = None)[source]
+
+ +

Methods

+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

__init__([iterable])

add(key)

Add key as an item to this OrderedSet, then return its index.

append(key)

Add key as an item to this OrderedSet, then return its index.

clear()

Remove all items from this OrderedSet.

copy()

Return a shallow copy of this object.

count(value)

difference(*sets)

Returns all elements that are in this set but not the others.

difference_update(*sets)

Update this OrderedSet to remove items from one or more other sets.

discard(key)

Remove an element.

get_indexer(key)

Get the index of a given entry, raising an IndexError if it's not present.

get_loc(key)

Get the index of a given entry, raising an IndexError if it's not present.

index(key)

Get the index of a given entry, raising an IndexError if it's not present.

intersection(*sets)

Returns elements in common between all sets.

intersection_update(other)

Update this OrderedSet to keep only items in another set, preserving their order in this set.

isdisjoint(other)

Return True if two sets have a null intersection.

issubset(other)

Report whether another set contains this set.

issuperset(other)

Report whether this set contains another set.

pop()

Remove and return the last element from the set.

remove(value)

Remove an element.

symmetric_difference(other)

Return the symmetric difference of two OrderedSets as a new set.

symmetric_difference_update(other)

Update this OrderedSet to remove items from another set, then add items from the other set that were not present in this set.

union(*sets)

Combines all unique items.

update(sequence)

Update the set with the given iterable sequence, then return the index of the last element inserted.

+
+
+add(key: warg.data_structures.ordered_set.T) int[source]
+

Add key as an item to this OrderedSet, then return its index.

+

If key is already in the OrderedSet, return the index it already +had.

+

Example

+
>>> oset = OrderedSet()
+>>> oset.append(3)
+0
+>>> print(oset)
+OrderedSet([3])
+
+
+
+ +
+
+append(key: warg.data_structures.ordered_set.T) int
+

Add key as an item to this OrderedSet, then return its index.

+

If key is already in the OrderedSet, return the index it already +had.

+

Example

+
>>> oset = OrderedSet()
+>>> oset.append(3)
+0
+>>> print(oset)
+OrderedSet([3])
+
+
+
+ +
+
+clear() None[source]
+

Remove all items from this OrderedSet.

+
+ +
+
+copy() warg.data_structures.ordered_set.OrderedSet[warg.data_structures.ordered_set.T][source]
+

Return a shallow copy of this object.

+

Example

+
>>> this = OrderedSet([1, 2, 3])
+>>> other = this.copy()
+>>> this == other
+True
+>>> this is other
+False
+
+
+
+ +
+
+count(value) integer -- return number of occurrences of value
+
+ +
+
+difference(*sets: Union[Sequence[warg.data_structures.ordered_set.T], Set[warg.data_structures.ordered_set.T]]) warg.data_structures.ordered_set.OrderedSet[warg.data_structures.ordered_set.T][source]
+

Returns all elements that are in this set but not the others.

+

Example

+
>>> OrderedSet([1, 2, 3]).difference(OrderedSet([2]))
+OrderedSet([1, 3])
+>>> OrderedSet([1, 2, 3]).difference(OrderedSet([2]), OrderedSet([3]))
+OrderedSet([1])
+>>> OrderedSet([1, 2, 3]) - OrderedSet([2])
+OrderedSet([1, 3])
+>>> OrderedSet([1, 2, 3]).difference()
+OrderedSet([1, 2, 3])
+
+
+
+ +
+
+difference_update(*sets: Union[Sequence[warg.data_structures.ordered_set.T], Set[warg.data_structures.ordered_set.T]]) None[source]
+

Update this OrderedSet to remove items from one or more other sets.

+

Example

+
>>> this = OrderedSet([1, 2, 3])
+>>> this.difference_update(OrderedSet([2, 4]))
+>>> print(this)
+OrderedSet([1, 3])
+
+
+
>>> this = OrderedSet([1, 2, 3, 4, 5])
+>>> this.difference_update(OrderedSet([2, 4]), OrderedSet([1, 4, 6]))
+>>> print(this)
+OrderedSet([3, 5])
+
+
+
+ +
+
+discard(key: warg.data_structures.ordered_set.T) None[source]
+

Remove an element. Do not raise an exception if absent.

+

The MutableSet mixin uses this to implement the .remove() method, which +does raise an error when asked to remove a non-existent item.

+

Example

+
>>> oset = OrderedSet([1, 2, 3])
+>>> oset.discard(2)
+>>> print(oset)
+OrderedSet([1, 3])
+>>> oset.discard(2)
+>>> print(oset)
+OrderedSet([1, 3])
+
+
+
+ +
+
+get_indexer(key: Sequence[warg.data_structures.ordered_set.T]) int
+

Get the index of a given entry, raising an IndexError if it’s not +present.

+

key can be an iterable of entries that is not a string, in which case +this returns a list of indices.

+

Example

+
>>> oset = OrderedSet([1, 2, 3])
+>>> oset.index(2)
+1
+
+
+
+ +
+
+get_loc(key: Sequence[warg.data_structures.ordered_set.T]) int
+

Get the index of a given entry, raising an IndexError if it’s not +present.

+

key can be an iterable of entries that is not a string, in which case +this returns a list of indices.

+

Example

+
>>> oset = OrderedSet([1, 2, 3])
+>>> oset.index(2)
+1
+
+
+
+ +
+
+index(key: warg.data_structures.ordered_set.T) int[source]
+

Get the index of a given entry, raising an IndexError if it’s not +present.

+

key can be an iterable of entries that is not a string, in which case +this returns a list of indices.

+

Example

+
>>> oset = OrderedSet([1, 2, 3])
+>>> oset.index(2)
+1
+
+
+
+ +
+
+intersection(*sets: Union[Sequence[warg.data_structures.ordered_set.T], Set[warg.data_structures.ordered_set.T]]) warg.data_structures.ordered_set.OrderedSet[warg.data_structures.ordered_set.T][source]
+

Returns elements in common between all sets. Order is defined only +by the first set.

+

Example

+
>>> oset = OrderedSet.intersection(OrderedSet([0, 1, 2, 3]), [1, 2, 3])
+>>> print(oset)
+OrderedSet([1, 2, 3])
+>>> oset.intersection([2, 4, 5], [1, 2, 3, 4])
+OrderedSet([2])
+>>> oset.intersection()
+OrderedSet([1, 2, 3])
+
+
+
+ +
+
+intersection_update(other: Union[Sequence[warg.data_structures.ordered_set.T], Set[warg.data_structures.ordered_set.T]]) None[source]
+

Update this OrderedSet to keep only items in another set, preserving +their order in this set.

+

Example

+
>>> this = OrderedSet([1, 4, 3, 5, 7])
+>>> other = OrderedSet([9, 7, 1, 3, 2])
+>>> this.intersection_update(other)
+>>> print(this)
+OrderedSet([1, 3, 7])
+
+
+
+ +
+
+isdisjoint(other)
+

Return True if two sets have a null intersection.

+
+ +
+
+issubset(other: Union[Sequence[warg.data_structures.ordered_set.T], Set[warg.data_structures.ordered_set.T]]) bool[source]
+

Report whether another set contains this set.

+

Example

+
>>> OrderedSet([1, 2, 3]).issubset({1, 2})
+False
+>>> OrderedSet([1, 2, 3]).issubset({1, 2, 3, 4})
+True
+>>> OrderedSet([1, 2, 3]).issubset({1, 4, 3, 5})
+False
+
+
+
+ +
+
+issuperset(other: Union[Sequence[warg.data_structures.ordered_set.T], Set[warg.data_structures.ordered_set.T]]) bool[source]
+

Report whether this set contains another set.

+

Example

+
>>> OrderedSet([1, 2]).issuperset([1, 2, 3])
+False
+>>> OrderedSet([1, 2, 3, 4]).issuperset({1, 2, 3})
+True
+>>> OrderedSet([1, 4, 3, 5]).issuperset({1, 2, 3})
+False
+
+
+
+ +
+
+pop() warg.data_structures.ordered_set.T[source]
+

Remove and return the last element from the set.

+

Raises KeyError if the set is empty.

+

Example

+
>>> oset = OrderedSet([1, 2, 3])
+>>> oset.pop()
+3
+
+
+
+ +
+
+remove(value)
+

Remove an element. If not a member, raise a KeyError.

+
+ +
+
+symmetric_difference(other: Union[Sequence[warg.data_structures.ordered_set.T], Set[warg.data_structures.ordered_set.T]]) warg.data_structures.ordered_set.OrderedSet[warg.data_structures.ordered_set.T][source]
+

Return the symmetric difference of two OrderedSets as a new set. +That is, the new set will contain all elements that are in exactly +one of the sets.

+

Their order will be preserved, with elements from self preceding +elements from other.

+

Example

+
>>> this = OrderedSet([1, 4, 3, 5, 7])
+>>> other = OrderedSet([9, 7, 1, 3, 2])
+>>> this.symmetric_difference(other)
+OrderedSet([4, 5, 9, 2])
+
+
+
+ +
+
+symmetric_difference_update(other: Union[Sequence[warg.data_structures.ordered_set.T], Set[warg.data_structures.ordered_set.T]]) None[source]
+

Update this OrderedSet to remove items from another set, then +add items from the other set that were not present in this set.

+

Example

+
>>> this = OrderedSet([1, 4, 3, 5, 7])
+>>> other = OrderedSet([9, 7, 1, 3, 2])
+>>> this.symmetric_difference_update(other)
+>>> print(this)
+OrderedSet([4, 5, 9, 2])
+
+
+
+ +
+
+union(*sets: Union[Sequence[warg.data_structures.ordered_set.T], Set[warg.data_structures.ordered_set.T]]) warg.data_structures.ordered_set.OrderedSet[warg.data_structures.ordered_set.T][source]
+

Combines all unique items. +Each items order is defined by its first appearance.

+

Example

+
>>> oset = OrderedSet.union(OrderedSet([3, 1, 4, 1, 5]), [1, 3], [2, 0])
+>>> print(oset)
+OrderedSet([3, 1, 4, 5, 2, 0])
+>>> oset.union([8, 9])
+OrderedSet([3, 1, 4, 5, 2, 0, 8, 9])
+>>> oset | {10}
+OrderedSet([3, 1, 4, 5, 2, 0, 10])
+
+
+
+ +
+
+update(sequence: Union[Sequence[warg.data_structures.ordered_set.T], Set[warg.data_structures.ordered_set.T]]) int[source]
+

Update the set with the given iterable sequence, then return the index +of the last element inserted.

+

Example

+
>>> oset = OrderedSet([1, 2, 3])
+>>> oset.update([3, 1, 5, 1, 4])
+4
+>>> print(oset)
+OrderedSet([1, 2, 3, 5, 4])
+
+
+
+ +
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.data_structures.ordered_set.html b/docs/github/html/generated/warg.data_structures.ordered_set.html new file mode 100644 index 0000000..ce0cf6e --- /dev/null +++ b/docs/github/html/generated/warg.data_structures.ordered_set.html @@ -0,0 +1,182 @@ + + + + + + + + warg.data_structures.ordered_set — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.data_structures.ordered_set

+

Modified for all import

+

An OrderedSet is a custom MutableSet that remembers its order, so that every +entry has an index that can be looked up. It can also act like a Sequence.

+

Based on a recipe originally posted to ActiveState Recipes by Raymond Hettiger, +and released under the MIT license.

+
+

Created on 06-11-2020

+
+

Classes

+ ++++ + + + + + +

OrderedSet([iterable])

An OrderedSet is a custom MutableSet that remembers its order, so that every entry has an index that can be looked up.

+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.data_structures.sequences.html b/docs/github/html/generated/warg.data_structures.sequences.html new file mode 100644 index 0000000..9013c76 --- /dev/null +++ b/docs/github/html/generated/warg.data_structures.sequences.html @@ -0,0 +1,178 @@ + + + + + + + + warg.data_structures.sequences — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.data_structures.sequences.split.html b/docs/github/html/generated/warg.data_structures.sequences.split.html new file mode 100644 index 0000000..9859edb --- /dev/null +++ b/docs/github/html/generated/warg.data_structures.sequences.split.html @@ -0,0 +1,169 @@ + + + + + + + + warg.data_structures.sequences.split — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.datetimes.default_datetime_repr.html b/docs/github/html/generated/warg.datetimes.default_datetime_repr.html new file mode 100644 index 0000000..a3f76fb --- /dev/null +++ b/docs/github/html/generated/warg.datetimes.default_datetime_repr.html @@ -0,0 +1,174 @@ + + + + + + + + warg.datetimes.default_datetime_repr — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.datetimes.default_datetime_repr

+
+
+warg.datetimes.default_datetime_repr(date: <module 'datetime' from 'C:\\Users\\Christian\\anaconda3\\envs\\py38\\lib\\datetime.py'>, str_format: str = '%Y-%m-%d_%H:%M:%S.%f') str[source]
+
+
Parameters
+
    +
  • date

  • +
  • str_format

  • +
+
+
Returns
+

+
+
Return type
+

+
+
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.datetimes.html b/docs/github/html/generated/warg.datetimes.html new file mode 100644 index 0000000..e8cb44e --- /dev/null +++ b/docs/github/html/generated/warg.datetimes.html @@ -0,0 +1,170 @@ + + + + + + + + warg.datetimes — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.debug.evaluate_context.html b/docs/github/html/generated/warg.debug.evaluate_context.html new file mode 100644 index 0000000..2307ab5 --- /dev/null +++ b/docs/github/html/generated/warg.debug.evaluate_context.html @@ -0,0 +1,172 @@ + + + + + + + + warg.debug.evaluate_context — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.debug.evaluate_context

+
+
+warg.debug.evaluate_context(x: Any, *args: Iterable, **kwargs: MutableMapping) Tuple[source]
+
+
Parameters
+
    +
  • x

  • +
  • args

  • +
  • kwargs

  • +
+
+
Returns
+

+
+
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.debug.html b/docs/github/html/generated/warg.debug.html new file mode 100644 index 0000000..6102944 --- /dev/null +++ b/docs/github/html/generated/warg.debug.html @@ -0,0 +1,170 @@ + + + + + + + + warg.debug — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.decorators.caching.html b/docs/github/html/generated/warg.decorators.caching.html new file mode 100644 index 0000000..578c8b5 --- /dev/null +++ b/docs/github/html/generated/warg.decorators.caching.html @@ -0,0 +1,179 @@ + + + + + + + + warg.decorators.caching — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.decorators.caching.look_up_table.add_lut.html b/docs/github/html/generated/warg.decorators.caching.look_up_table.add_lut.html new file mode 100644 index 0000000..0d94c4e --- /dev/null +++ b/docs/github/html/generated/warg.decorators.caching.look_up_table.add_lut.html @@ -0,0 +1,188 @@ + + + + + + + + warg.decorators.caching.look_up_table.add_lut — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.decorators.caching.look_up_table.add_lut

+
+
+warg.decorators.caching.look_up_table.add_lut(f: callable)[source]
+
+
Parameters
+

f

+
+
Returns
+

+
+
Return type
+

+
+
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.decorators.caching.look_up_table.html b/docs/github/html/generated/warg.decorators.caching.look_up_table.html new file mode 100644 index 0000000..450b881 --- /dev/null +++ b/docs/github/html/generated/warg.decorators.caching.look_up_table.html @@ -0,0 +1,211 @@ + + + + + + + + warg.decorators.caching.look_up_table — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.decorators.caching.look_up_table

+

Automatically generates a look up data

+
+

Created on 06/03/2020

+
+

Functions

+ ++++ + + + + + + + + + + + + + + +

add_lut(f)

+
param f
+

+
+

look_up(f, *args, **kwargs)

+
param f
+

+
+

look_up_args(f, *args)

+
param f
+

+
+

look_up_kws(f, **kws)

+
param f
+

+
+

+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.decorators.caching.look_up_table.look_up.html b/docs/github/html/generated/warg.decorators.caching.look_up_table.look_up.html new file mode 100644 index 0000000..07cbf04 --- /dev/null +++ b/docs/github/html/generated/warg.decorators.caching.look_up_table.look_up.html @@ -0,0 +1,192 @@ + + + + + + + + warg.decorators.caching.look_up_table.look_up — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.decorators.caching.look_up_table.look_up

+
+
+warg.decorators.caching.look_up_table.look_up(f, *args, **kwargs)[source]
+
+
Parameters
+
    +
  • f

  • +
  • args

  • +
  • kwargs

  • +
+
+
Returns
+

+
+
Return type
+

+
+
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.decorators.caching.look_up_table.look_up_args.html b/docs/github/html/generated/warg.decorators.caching.look_up_table.look_up_args.html new file mode 100644 index 0000000..a1c5377 --- /dev/null +++ b/docs/github/html/generated/warg.decorators.caching.look_up_table.look_up_args.html @@ -0,0 +1,191 @@ + + + + + + + + warg.decorators.caching.look_up_table.look_up_args — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.decorators.caching.look_up_table.look_up_args

+
+
+warg.decorators.caching.look_up_table.look_up_args(f, *args)[source]
+
+
Parameters
+
    +
  • f

  • +
  • args

  • +
+
+
Returns
+

+
+
Return type
+

+
+
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.decorators.caching.look_up_table.look_up_kws.html b/docs/github/html/generated/warg.decorators.caching.look_up_table.look_up_kws.html new file mode 100644 index 0000000..69ea2ea --- /dev/null +++ b/docs/github/html/generated/warg.decorators.caching.look_up_table.look_up_kws.html @@ -0,0 +1,191 @@ + + + + + + + + warg.decorators.caching.look_up_table.look_up_kws — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.decorators.caching.look_up_table.look_up_kws

+
+
+warg.decorators.caching.look_up_table.look_up_kws(f, **kws)[source]
+
+
Parameters
+
    +
  • f

  • +
  • kws

  • +
+
+
Returns
+

+
+
Return type
+

+
+
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.decorators.caching.property_caching.cached_property.html b/docs/github/html/generated/warg.decorators.caching.property_caching.cached_property.html new file mode 100644 index 0000000..6406375 --- /dev/null +++ b/docs/github/html/generated/warg.decorators.caching.property_caching.cached_property.html @@ -0,0 +1,192 @@ + + + + + + + + warg.decorators.caching.property_caching.cached_property — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.decorators.caching.property_caching.html b/docs/github/html/generated/warg.decorators.caching.property_caching.html new file mode 100644 index 0000000..5f84a89 --- /dev/null +++ b/docs/github/html/generated/warg.decorators.caching.property_caching.html @@ -0,0 +1,183 @@ + + + + + + + + warg.decorators.caching.property_caching — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.decorators.hashing.html b/docs/github/html/generated/warg.decorators.hashing.html new file mode 100644 index 0000000..7a2587e --- /dev/null +++ b/docs/github/html/generated/warg.decorators.hashing.html @@ -0,0 +1,173 @@ + + + + + + + + warg.decorators.hashing — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.decorators.hashing

+

Functions

+ ++++ + + + + + +

make_hash(o)

Makes a hash from a dictionary, list, tuple or set to any level, that contains only other hashable types (including any lists, tuples, sets, and dictionaries).

+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.decorators.hashing.make_hash.html b/docs/github/html/generated/warg.decorators.hashing.make_hash.html new file mode 100644 index 0000000..9020015 --- /dev/null +++ b/docs/github/html/generated/warg.decorators.hashing.make_hash.html @@ -0,0 +1,180 @@ + + + + + + + + warg.decorators.hashing.make_hash — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.decorators.hashing.make_hash

+
+
+warg.decorators.hashing.make_hash(o)[source]
+

Makes a hash from a dictionary, list, tuple or set to any level, that +contains only other hashable types (including any lists, tuples, sets, and +dictionaries). In the case where other kinds of objects (like classes) need +to be hashed, pass in a collection of object attributes that are pertinent. +For example, a class can be hashed in this fashion:

+
+

make_hash([cls.__dict__, cls.__name__])

+
+

A function can be hashed like so:

+
+

make_hash([fn.__dict__, fn.__code__])

+
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.decorators.html b/docs/github/html/generated/warg.decorators.html new file mode 100644 index 0000000..64f303e --- /dev/null +++ b/docs/github/html/generated/warg.decorators.html @@ -0,0 +1,179 @@ + + + + + + + + warg.decorators — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.decorators

+

Created on 16/02/2020 +# Decorators

+

Modules

+ ++++ + + + + + + + + + + + + + + +

warg.decorators.caching

Created on 30/03/2020 # Caching

warg.decorators.hashing

warg.decorators.kw_passing

The concept "kw passing" implemented here lets one make a contract with the caller that all kwargs with be passed onwards to a receiver, this lets the caller inspect available kwargs of the the receiver function allowing for autocompletion, typing and documentation fetching.

warg.decorators.timing

Created on 14/11/2019

+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.decorators.kw_passing.AlsoDecorator.html b/docs/github/html/generated/warg.decorators.kw_passing.AlsoDecorator.html new file mode 100644 index 0000000..ddd79fe --- /dev/null +++ b/docs/github/html/generated/warg.decorators.kw_passing.AlsoDecorator.html @@ -0,0 +1,192 @@ + + + + + + + + warg.decorators.kw_passing.AlsoDecorator — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.decorators.kw_passing.drop_args.html b/docs/github/html/generated/warg.decorators.kw_passing.drop_args.html new file mode 100644 index 0000000..05c3ed8 --- /dev/null +++ b/docs/github/html/generated/warg.decorators.kw_passing.drop_args.html @@ -0,0 +1,185 @@ + + + + + + + + warg.decorators.kw_passing.drop_args — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.decorators.kw_passing.drop_kws.html b/docs/github/html/generated/warg.decorators.kw_passing.drop_kws.html new file mode 100644 index 0000000..36448a6 --- /dev/null +++ b/docs/github/html/generated/warg.decorators.kw_passing.drop_kws.html @@ -0,0 +1,185 @@ + + + + + + + + warg.decorators.kw_passing.drop_kws — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.decorators.kw_passing.drop_unused_args.html b/docs/github/html/generated/warg.decorators.kw_passing.drop_unused_args.html new file mode 100644 index 0000000..70304ee --- /dev/null +++ b/docs/github/html/generated/warg.decorators.kw_passing.drop_unused_args.html @@ -0,0 +1,185 @@ + + + + + + + + warg.decorators.kw_passing.drop_unused_args — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.decorators.kw_passing.drop_unused_args

+
+
+warg.decorators.kw_passing.drop_unused_args(f: callable)[source]
+
+
Parameters
+

f

+
+
Returns
+

+
+
Return type
+

+
+
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.decorators.kw_passing.drop_unused_kws.html b/docs/github/html/generated/warg.decorators.kw_passing.drop_unused_kws.html new file mode 100644 index 0000000..6985d7e --- /dev/null +++ b/docs/github/html/generated/warg.decorators.kw_passing.drop_unused_kws.html @@ -0,0 +1,185 @@ + + + + + + + + warg.decorators.kw_passing.drop_unused_kws — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.decorators.kw_passing.drop_unused_kws

+
+
+warg.decorators.kw_passing.drop_unused_kws(f: callable)[source]
+
+
Parameters
+

f

+
+
Returns
+

+
+
Return type
+

+
+
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.decorators.kw_passing.html b/docs/github/html/generated/warg.decorators.kw_passing.html new file mode 100644 index 0000000..b4801dc --- /dev/null +++ b/docs/github/html/generated/warg.decorators.kw_passing.html @@ -0,0 +1,229 @@ + + + + + + + + warg.decorators.kw_passing — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.decorators.kw_passing

+

The concept “kw passing” implemented here lets one make a contract with the caller that all +kwargs with be passed onwards to a receiver, this lets the caller inspect available kwargs of the +the receiver function allowing for autocompletion, typing and documentation fetching.

+

Functions

+ ++++ + + + + + + + + + + + + + + + + + + + + +

passes_kws_to(*receiver_funcs[, ...])

A contract decorator, attaching this to a function you explicitly state that kws will be passed onward to a receiver function.

super_init_pass_on_kws([f, super_base, ...])

+
param f
+

+
+

drop_unused_kws(f)

+
param f
+

+
+

drop_unused_args(f)

+
param f
+

+
+

drop_kws(f)

+
param f
+

+
+

drop_args(f)

+
param f
+

+
+

+

Classes

+ ++++ + + + + + +

AlsoDecorator()

+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.decorators.kw_passing.passes_kws_to.html b/docs/github/html/generated/warg.decorators.kw_passing.passes_kws_to.html new file mode 100644 index 0000000..898142b --- /dev/null +++ b/docs/github/html/generated/warg.decorators.kw_passing.passes_kws_to.html @@ -0,0 +1,188 @@ + + + + + + + + warg.decorators.kw_passing.passes_kws_to — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.decorators.kw_passing.passes_kws_to

+
+
+warg.decorators.kw_passing.passes_kws_to(*receiver_funcs: callable, keep_from_var_kw: bool = False) callable[source]
+

A contract decorator, attaching this to a function you explicitly state that kws will be passed onward to +a receiver function. No call graph checks if this actually enforces this yet. Also all receiver kwargs +must be able to be received by receivers if multiple contracts are use

+
+
Parameters
+
    +
  • receiver_funcs

  • +
  • keep_from_var_kw

  • +
+
+
Returns
+

+
+
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.decorators.kw_passing.super_init_pass_on_kws.html b/docs/github/html/generated/warg.decorators.kw_passing.super_init_pass_on_kws.html new file mode 100644 index 0000000..8e12f54 --- /dev/null +++ b/docs/github/html/generated/warg.decorators.kw_passing.super_init_pass_on_kws.html @@ -0,0 +1,186 @@ + + + + + + + + warg.decorators.kw_passing.super_init_pass_on_kws — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.decorators.kw_passing.super_init_pass_on_kws

+
+
+warg.decorators.kw_passing.super_init_pass_on_kws(f: Optional[callable] = None, *, super_base: Optional[type] = None, keep_from_var_kw: bool = False) callable[source]
+
+
Parameters
+
    +
  • f

  • +
  • super_base

  • +
  • keep_from_var_kw

  • +
+
+
Returns
+

+
+
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.decorators.timing.StopWatch.html b/docs/github/html/generated/warg.decorators.timing.StopWatch.html new file mode 100644 index 0000000..325c36e --- /dev/null +++ b/docs/github/html/generated/warg.decorators.timing.StopWatch.html @@ -0,0 +1,273 @@ + + + + + + + + warg.decorators.timing.StopWatch — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.decorators.timing.StopWatch

+
+
+class warg.decorators.timing.StopWatch(function: typing.Callable = <built-in function perf_counter>, auto_start_on_construction: bool = False, auto_start_on_enter: bool = True, auto_stop_on_exit: bool = True)[source]
+

Bases: contextlib.AbstractContextManager

+

Measure execution time of function.

+

Can be used as context manager or function decorator, perform checkpoints +or display absolute time from measurements beginning.

+

Used as context manager:

+
with Timer() as timer:
+    ... # your operations
+    print(timer) # __str__ calls timer.time() internally
+    timer.checkpoint() # register checkpoint
+    ... # more operations
+    print(timer.checkpoint()) # time since last timer.checkpoint() call
+
+... # even more operations
+print(timer) # time taken for the block, will not be updated outside of it
+
+
+

When execution leaves the block, timer will be blocked. Last checkpoint and time taken +to execute whole block will be returned by checkpoint() and time() methods respectively.

+

Used as function decorator:

+
@Timer()
+def foo():
+    return 42
+
+value, time = foo()
+
+
+
+
Parameters
+

function (Callable, optional) – No argument function used to measure time. Default: time.perf_counter

+
+
+
+
+__init__(function: typing.Callable = <built-in function perf_counter>, auto_start_on_construction: bool = False, auto_start_on_enter: bool = True, auto_stop_on_exit: bool = True)[source]
+
+ +

Methods

+ ++++ + + + + + + + + + + + + + + + + + +

__init__([function, ...])

override_arithmetics()

start_timer()

stop_timer()

tick()

Time taken since last tick call.

+

Attributes

+ ++++ + + + + + +

since_start

Time taken since the start of timer (measurements beginning).

+
+
+property since_start
+

Time taken since the start of timer (measurements beginning).

+
+
Returns
+

Whatever self.function() - self.function() returns, +usually fraction of seconds

+
+
Return type
+

time-like

+
+
+
+ +
+
+tick()[source]
+

Time taken since last tick call.

+

If wasn’t called before, it is the same as as Timer creation time (first call returns +the same thing as time())

+
+
Returns
+

Whatever self.function() - self.function() returns, +usually fraction of seconds

+
+
Return type
+

time-like

+
+
+
+ +
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.decorators.timing.html b/docs/github/html/generated/warg.decorators.timing.html new file mode 100644 index 0000000..a0274d0 --- /dev/null +++ b/docs/github/html/generated/warg.decorators.timing.html @@ -0,0 +1,191 @@ + + + + + + + + warg.decorators.timing — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.decorators.timing.timeit.html b/docs/github/html/generated/warg.decorators.timing.timeit.html new file mode 100644 index 0000000..b112710 --- /dev/null +++ b/docs/github/html/generated/warg.decorators.timing.timeit.html @@ -0,0 +1,180 @@ + + + + + + + + warg.decorators.timing.timeit — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.dist_is_editable.html b/docs/github/html/generated/warg.dist_is_editable.html new file mode 100644 index 0000000..2299419 --- /dev/null +++ b/docs/github/html/generated/warg.dist_is_editable.html @@ -0,0 +1,156 @@ + + + + + + + + warg.dist_is_editable — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.dist_is_editable

+
+
+warg.dist_is_editable(dist: Any) bool[source]
+

Return True if given Distribution is an editable installation.

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.exceptions.IncompatiblePackageVersions.html b/docs/github/html/generated/warg.exceptions.IncompatiblePackageVersions.html new file mode 100644 index 0000000..6ad6d2a --- /dev/null +++ b/docs/github/html/generated/warg.exceptions.IncompatiblePackageVersions.html @@ -0,0 +1,161 @@ + + + + + + + + warg.exceptions.IncompatiblePackageVersions — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.exceptions.IncompatiblePackageVersions

+
+
+exception warg.exceptions.IncompatiblePackageVersions(*packages: Iterable[Union[str, object]], **versions: MutableMapping)[source]
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.exceptions.NoData.html b/docs/github/html/generated/warg.exceptions.NoData.html new file mode 100644 index 0000000..5407b84 --- /dev/null +++ b/docs/github/html/generated/warg.exceptions.NoData.html @@ -0,0 +1,161 @@ + + + + + + + + warg.exceptions.NoData — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.exceptions.html b/docs/github/html/generated/warg.exceptions.html new file mode 100644 index 0000000..03da793 --- /dev/null +++ b/docs/github/html/generated/warg.exceptions.html @@ -0,0 +1,170 @@ + + + + + + + + warg.exceptions — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.functions.args_sink.html b/docs/github/html/generated/warg.functions.args_sink.html new file mode 100644 index 0000000..14dbc2e --- /dev/null +++ b/docs/github/html/generated/warg.functions.args_sink.html @@ -0,0 +1,182 @@ + + + + + + + + warg.functions.args_sink — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.functions.call_identity.html b/docs/github/html/generated/warg.functions.call_identity.html new file mode 100644 index 0000000..24dc9f6 --- /dev/null +++ b/docs/github/html/generated/warg.functions.call_identity.html @@ -0,0 +1,182 @@ + + + + + + + + warg.functions.call_identity — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.functions.collate_first_dim.html b/docs/github/html/generated/warg.functions.collate_first_dim.html new file mode 100644 index 0000000..82f71c0 --- /dev/null +++ b/docs/github/html/generated/warg.functions.collate_first_dim.html @@ -0,0 +1,179 @@ + + + + + + + + warg.functions.collate_first_dim — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.functions.empty_str.html b/docs/github/html/generated/warg.functions.empty_str.html new file mode 100644 index 0000000..026c76f --- /dev/null +++ b/docs/github/html/generated/warg.functions.empty_str.html @@ -0,0 +1,171 @@ + + + + + + + + warg.functions.empty_str — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.functions.flip_two_level_mapping.html b/docs/github/html/generated/warg.functions.flip_two_level_mapping.html new file mode 100644 index 0000000..8a92e8d --- /dev/null +++ b/docs/github/html/generated/warg.functions.flip_two_level_mapping.html @@ -0,0 +1,182 @@ + + + + + + + + warg.functions.flip_two_level_mapping — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.functions.html b/docs/github/html/generated/warg.functions.html new file mode 100644 index 0000000..e2e282d --- /dev/null +++ b/docs/github/html/generated/warg.functions.html @@ -0,0 +1,235 @@ + + + + + + + + warg.functions — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.functions

+

Created on 14/01/2020

+

Functions

+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

kws_sink(*args)

Returns args without any modification what so ever.

sink(*args, **kwargs)

Returns None, but accepts everything

prod(iterable)

Calculate the product of the a Iterable of int or floats :param iterable: :return:

collate_first_dim(batch)

+
param batch
+

+
+

call_identity(*args, **kwargs)

+
param args
+

+
+

args_sink(*args, **kwargs)

+
param args
+

+
+

identity(a)

invert_shallow_mapping(m)

+
param m
+

+
+

flip_two_level_mapping(m)

result = {} [result.setdefault(a, {}).update({k:b}) for k, v in m.items() for a, b in v.items()] return result

swap_mapping_order(m, order)

+
param m
+

+
+

nop()

+
rtype
+

None

+
+
+

empty_str()

+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.functions.identity.html b/docs/github/html/generated/warg.functions.identity.html new file mode 100644 index 0000000..ef86176 --- /dev/null +++ b/docs/github/html/generated/warg.functions.identity.html @@ -0,0 +1,171 @@ + + + + + + + + warg.functions.identity — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.functions.invert_shallow_mapping.html b/docs/github/html/generated/warg.functions.invert_shallow_mapping.html new file mode 100644 index 0000000..f4a4fb9 --- /dev/null +++ b/docs/github/html/generated/warg.functions.invert_shallow_mapping.html @@ -0,0 +1,179 @@ + + + + + + + + warg.functions.invert_shallow_mapping — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.functions.kws_sink.html b/docs/github/html/generated/warg.functions.kws_sink.html new file mode 100644 index 0000000..9a3b8ae --- /dev/null +++ b/docs/github/html/generated/warg.functions.kws_sink.html @@ -0,0 +1,173 @@ + + + + + + + + warg.functions.kws_sink — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.functions.nop.html b/docs/github/html/generated/warg.functions.nop.html new file mode 100644 index 0000000..fdc0d74 --- /dev/null +++ b/docs/github/html/generated/warg.functions.nop.html @@ -0,0 +1,176 @@ + + + + + + + + warg.functions.nop — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.functions.prod.html b/docs/github/html/generated/warg.functions.prod.html new file mode 100644 index 0000000..a27e9ac --- /dev/null +++ b/docs/github/html/generated/warg.functions.prod.html @@ -0,0 +1,174 @@ + + + + + + + + warg.functions.prod — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.functions.sink.html b/docs/github/html/generated/warg.functions.sink.html new file mode 100644 index 0000000..9e5642b --- /dev/null +++ b/docs/github/html/generated/warg.functions.sink.html @@ -0,0 +1,183 @@ + + + + + + + + warg.functions.sink — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.functions.swap_mapping_order.html b/docs/github/html/generated/warg.functions.swap_mapping_order.html new file mode 100644 index 0000000..e41ef51 --- /dev/null +++ b/docs/github/html/generated/warg.functions.swap_mapping_order.html @@ -0,0 +1,182 @@ + + + + + + + + warg.functions.swap_mapping_order — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.gdkc.GDKC.html b/docs/github/html/generated/warg.gdkc.GDKC.html new file mode 100644 index 0000000..c994927 --- /dev/null +++ b/docs/github/html/generated/warg.gdkc.GDKC.html @@ -0,0 +1,162 @@ + + + + + + + + warg.gdkc.GDKC — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.gdkc.GeneralisedDelayedKwargConstruction.html b/docs/github/html/generated/warg.gdkc.GeneralisedDelayedKwargConstruction.html new file mode 100644 index 0000000..b99eb69 --- /dev/null +++ b/docs/github/html/generated/warg.gdkc.GeneralisedDelayedKwargConstruction.html @@ -0,0 +1,185 @@ + + + + + + + + warg.gdkc.GeneralisedDelayedKwargConstruction — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.gdkc.GeneralisedDelayedKwargConstruction

+
+
+class warg.gdkc.GeneralisedDelayedKwargConstruction(constructor: callable, *args, **kwargs)[source]
+

Bases: object

+

A generalised class for setting up kwargs for later construction of an instance of an object +[constructor, args, kwargs]

+
+
+__init__(constructor: callable, *args, **kwargs)[source]
+

[constructor, args, kwargs] +:param constructor: +:param args: +:param kwargs:

+
+ +

Methods

+ ++++ + + + + + +

__init__(constructor, *args, **kwargs)

[constructor, args, kwargs] :param constructor: :param args: :param kwargs:

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.gdkc.html b/docs/github/html/generated/warg.gdkc.html new file mode 100644 index 0000000..dcf44f6 --- /dev/null +++ b/docs/github/html/generated/warg.gdkc.html @@ -0,0 +1,170 @@ + + + + + + + + warg.gdkc — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.gdkc

+

Generalised wrapper for delayed construction of class objects. Encapsulates kwargs and callable constructor with the option of modifying construction arguments before construction is finally performed.

+

Classes

+ ++++ + + + + + + + + +

GeneralisedDelayedKwargConstruction(...)

A generalised class for setting up kwargs for later construction of an instance of an object [constructor, args, kwargs]

GDKC

alias of warg.gdkc.GeneralisedDelayedKwargConstruction

+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.generators.cyclic_generators.cos_gen.html b/docs/github/html/generated/warg.generators.cyclic_generators.cos_gen.html new file mode 100644 index 0000000..ffdf348 --- /dev/null +++ b/docs/github/html/generated/warg.generators.cyclic_generators.cos_gen.html @@ -0,0 +1,178 @@ + + + + + + + + warg.generators.cyclic_generators.cos_gen — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.generators.cyclic_generators.html b/docs/github/html/generated/warg.generators.cyclic_generators.html new file mode 100644 index 0000000..5c91be0 --- /dev/null +++ b/docs/github/html/generated/warg.generators.cyclic_generators.html @@ -0,0 +1,185 @@ + + + + + + + + warg.generators.cyclic_generators — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.generators.cyclic_generators.sin_gen.html b/docs/github/html/generated/warg.generators.cyclic_generators.sin_gen.html new file mode 100644 index 0000000..d925349 --- /dev/null +++ b/docs/github/html/generated/warg.generators.cyclic_generators.sin_gen.html @@ -0,0 +1,178 @@ + + + + + + + + warg.generators.cyclic_generators.sin_gen — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.generators.filtering.FilterModeEnum.html b/docs/github/html/generated/warg.generators.filtering.FilterModeEnum.html new file mode 100644 index 0000000..e0f4a36 --- /dev/null +++ b/docs/github/html/generated/warg.generators.filtering.FilterModeEnum.html @@ -0,0 +1,194 @@ + + + + + + + + warg.generators.filtering.FilterModeEnum — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.generators.filtering.FilterModeEnum

+
+
+class warg.generators.filtering.FilterModeEnum(value)[source]
+

Bases: enum.Enum

+

An enumeration.

+
+
+__init__()
+
+ +

Attributes

+ ++++ + + + + + + + + + + + +

exclude_postfix

exclude_prefix

exclude_fully

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.generators.filtering.html b/docs/github/html/generated/warg.generators.filtering.html new file mode 100644 index 0000000..71a7354 --- /dev/null +++ b/docs/github/html/generated/warg.generators.filtering.html @@ -0,0 +1,187 @@ + + + + + + + + warg.generators.filtering — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.generators.filtering.symbol_filter.html b/docs/github/html/generated/warg.generators.filtering.symbol_filter.html new file mode 100644 index 0000000..5e35e95 --- /dev/null +++ b/docs/github/html/generated/warg.generators.filtering.symbol_filter.html @@ -0,0 +1,169 @@ + + + + + + + + warg.generators.filtering.symbol_filter — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.generators.html b/docs/github/html/generated/warg.generators.html new file mode 100644 index 0000000..c4feefb --- /dev/null +++ b/docs/github/html/generated/warg.generators.html @@ -0,0 +1,179 @@ + + + + + + + + warg.generators — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.generators.mapping_generator.html b/docs/github/html/generated/warg.generators.mapping_generator.html new file mode 100644 index 0000000..7c04cd3 --- /dev/null +++ b/docs/github/html/generated/warg.generators.mapping_generator.html @@ -0,0 +1,194 @@ + + + + + + + + warg.generators.mapping_generator — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.generators.mapping_generator.inner_map.html b/docs/github/html/generated/warg.generators.mapping_generator.inner_map.html new file mode 100644 index 0000000..73eca0c --- /dev/null +++ b/docs/github/html/generated/warg.generators.mapping_generator.inner_map.html @@ -0,0 +1,179 @@ + + + + + + + + warg.generators.mapping_generator.inner_map — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.generators.mapping_generator.kw_map.html b/docs/github/html/generated/warg.generators.mapping_generator.kw_map.html new file mode 100644 index 0000000..304dd00 --- /dev/null +++ b/docs/github/html/generated/warg.generators.mapping_generator.kw_map.html @@ -0,0 +1,179 @@ + + + + + + + + warg.generators.mapping_generator.kw_map — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.generators.mapping_generator.yield_and_map.html b/docs/github/html/generated/warg.generators.mapping_generator.yield_and_map.html new file mode 100644 index 0000000..468709a --- /dev/null +++ b/docs/github/html/generated/warg.generators.mapping_generator.yield_and_map.html @@ -0,0 +1,179 @@ + + + + + + + + warg.generators.mapping_generator.yield_and_map — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.generators.zipping_generator.html b/docs/github/html/generated/warg.generators.zipping_generator.html new file mode 100644 index 0000000..00a9dd1 --- /dev/null +++ b/docs/github/html/generated/warg.generators.zipping_generator.html @@ -0,0 +1,178 @@ + + + + + + + + warg.generators.zipping_generator — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.generators.zipping_generator.unzip.html b/docs/github/html/generated/warg.generators.zipping_generator.unzip.html new file mode 100644 index 0000000..a33406f --- /dev/null +++ b/docs/github/html/generated/warg.generators.zipping_generator.unzip.html @@ -0,0 +1,169 @@ + + + + + + + + warg.generators.zipping_generator.unzip — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.generators.zipping_generator.unzipper.html b/docs/github/html/generated/warg.generators.zipping_generator.unzipper.html new file mode 100644 index 0000000..26f376d --- /dev/null +++ b/docs/github/html/generated/warg.generators.zipping_generator.unzipper.html @@ -0,0 +1,179 @@ + + + + + + + + warg.generators.zipping_generator.unzipper — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.generators.zipping_generator.unzipper

+
+
+warg.generators.zipping_generator.unzipper(iterable: Iterable[Iterable]) Iterable[source]
+

Unzips an iterable of an iterable

+

Be carefully has undefined and expected behaviour

+
+
Parameters
+

iterable

+
+
Returns
+

+
+
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.get_version.html b/docs/github/html/generated/warg.get_version.html new file mode 100644 index 0000000..91afebb --- /dev/null +++ b/docs/github/html/generated/warg.get_version.html @@ -0,0 +1,155 @@ + + + + + + + + warg.get_version — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.html b/docs/github/html/generated/warg.html new file mode 100644 index 0000000..7402419 --- /dev/null +++ b/docs/github/html/generated/warg.html @@ -0,0 +1,268 @@ + + + + + + + + warg — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg

+

Created on 27/04/2019

+

@author: cnheider +# Warg

+

Functions

+ ++++ + + + + + + + + +

dist_is_editable(dist)

Return True if given Distribution is an editable installation.

get_version([append_time])

+

Modules

+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

warg.arguments

warg.ast_ops

Created on 26-01-2021 # AST Ops

warg.bases

Created on 17/03/2020 # Bases

warg.boolean_tests

Created on 02/01/2020

warg.business

Created on 17/03/2020

warg.colors

Created on 01/02/2022 # warg/warg/colors

warg.config_shell

Created on 17/03/2020

warg.context_wrapper

Created on 01/07/2020

warg.contexts

Created on 09-02-2021

warg.data_structures

Created on 06-11-2020 # Data Structures

warg.datetimes

Created on 18/03/2020

warg.debug

Created on 09/03/2020

warg.decorators

Created on 16/02/2020 # Decorators

warg.exceptions

Created on 02/03/2020

warg.functions

Created on 14/01/2020

warg.gdkc

Generalised wrapper for delayed construction of class objects.

warg.generators

Created on 16/02/2020 # warg/warg/generators

warg.imports

Created on 28/06/2020

warg.manipulation

Created on 23/07/2020

warg.map_itertools

Created on 09-09-2020

warg.math

Created on 16/02/2020 # warg/warg/math

warg.metas

Created on 07/03/2020 # Metas

warg.mixins

Created on 17/02/2020 # Mixins

warg.ode

This file is not for general use.

warg.os

Created on 17/02/2020 # OS

warg.plugin

Plugin

warg.replication

Created on 23/07/2020

warg.strings

Created on 09/10/2019

warg.styling

warg.text

warg.typing_extension

Created on 18/07/2020

+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.imports.html b/docs/github/html/generated/warg.imports.html new file mode 100644 index 0000000..23207b1 --- /dev/null +++ b/docs/github/html/generated/warg.imports.html @@ -0,0 +1,174 @@ + + + + + + + + warg.imports — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.imports

+

Created on 28/06/2020

+

Functions

+ ++++ + + + + + + + + + + + +

is_module_available(module)

Return True if module is available.

import_warning(module_name)

Inform the user that module has been imported, useful when repeated imports are heavy in the contexts of multiprocessing.

reimported_warning(module_name)

Just an idea

+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.imports.import_warning.html b/docs/github/html/generated/warg.imports.import_warning.html new file mode 100644 index 0000000..67eaaea --- /dev/null +++ b/docs/github/html/generated/warg.imports.import_warning.html @@ -0,0 +1,173 @@ + + + + + + + + warg.imports.import_warning — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.imports.import_warning

+
+
+warg.imports.import_warning(module_name: str) None[source]
+

Inform the user that module has been imported, +useful when repeated imports are heavy in the contexts of multiprocessing. +Lets the user identify which file is reporting heavy loading and restructure code to avoid repeated importing

+
+
Parameters
+

module_name

+
+
Returns
+

+
+
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.imports.is_module_available.html b/docs/github/html/generated/warg.imports.is_module_available.html new file mode 100644 index 0000000..cfc3690 --- /dev/null +++ b/docs/github/html/generated/warg.imports.is_module_available.html @@ -0,0 +1,174 @@ + + + + + + + + warg.imports.is_module_available — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.imports.is_module_available

+
+
+warg.imports.is_module_available(module: str) bool[source]
+

Return True if module is available.

+
+
Parameters
+

module (str) – Name of the module to be checked.

+
+
Returns
+

True if installed.

+
+
Return type
+

bool

+
+
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.imports.reimported_warning.html b/docs/github/html/generated/warg.imports.reimported_warning.html new file mode 100644 index 0000000..82f966d --- /dev/null +++ b/docs/github/html/generated/warg.imports.reimported_warning.html @@ -0,0 +1,168 @@ + + + + + + + + warg.imports.reimported_warning — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.manipulation.html b/docs/github/html/generated/warg.manipulation.html new file mode 100644 index 0000000..2936535 --- /dev/null +++ b/docs/github/html/generated/warg.manipulation.html @@ -0,0 +1,166 @@ + + + + + + + + warg.manipulation — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.manipulation.recursive_flatten.html b/docs/github/html/generated/warg.manipulation.recursive_flatten.html new file mode 100644 index 0000000..8d6e8d1 --- /dev/null +++ b/docs/github/html/generated/warg.manipulation.recursive_flatten.html @@ -0,0 +1,160 @@ + + + + + + + + warg.manipulation.recursive_flatten — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.map_itertools.html b/docs/github/html/generated/warg.map_itertools.html new file mode 100644 index 0000000..ed76a4e --- /dev/null +++ b/docs/github/html/generated/warg.map_itertools.html @@ -0,0 +1,182 @@ + + + + + + + + warg.map_itertools — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.map_itertools.map_combinations.html b/docs/github/html/generated/warg.map_itertools.map_combinations.html new file mode 100644 index 0000000..766da86 --- /dev/null +++ b/docs/github/html/generated/warg.map_itertools.map_combinations.html @@ -0,0 +1,164 @@ + + + + + + + + warg.map_itertools.map_combinations — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.map_itertools.map_combinations_with_replacement.html b/docs/github/html/generated/warg.map_itertools.map_combinations_with_replacement.html new file mode 100644 index 0000000..c56fd61 --- /dev/null +++ b/docs/github/html/generated/warg.map_itertools.map_combinations_with_replacement.html @@ -0,0 +1,164 @@ + + + + + + + + warg.map_itertools.map_combinations_with_replacement — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.map_itertools.map_permutations.html b/docs/github/html/generated/warg.map_itertools.map_permutations.html new file mode 100644 index 0000000..c8bcfff --- /dev/null +++ b/docs/github/html/generated/warg.map_itertools.map_permutations.html @@ -0,0 +1,164 @@ + + + + + + + + warg.map_itertools.map_permutations — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.map_itertools.map_product.html b/docs/github/html/generated/warg.map_itertools.map_product.html new file mode 100644 index 0000000..ef94aee --- /dev/null +++ b/docs/github/html/generated/warg.map_itertools.map_product.html @@ -0,0 +1,164 @@ + + + + + + + + warg.map_itertools.map_product — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.map_itertools.map_value_product.html b/docs/github/html/generated/warg.map_itertools.map_value_product.html new file mode 100644 index 0000000..6aae06e --- /dev/null +++ b/docs/github/html/generated/warg.map_itertools.map_value_product.html @@ -0,0 +1,164 @@ + + + + + + + + warg.map_itertools.map_value_product — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.math.html b/docs/github/html/generated/warg.math.html new file mode 100644 index 0000000..bc92646 --- /dev/null +++ b/docs/github/html/generated/warg.math.html @@ -0,0 +1,175 @@ + + + + + + + + warg.math — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.math.multiples.html b/docs/github/html/generated/warg.math.multiples.html new file mode 100644 index 0000000..ee161a0 --- /dev/null +++ b/docs/github/html/generated/warg.math.multiples.html @@ -0,0 +1,173 @@ + + + + + + + + warg.math.multiples — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.math.multiples

+

Created on 13-01-2021

+

Functions

+ ++++ + + + + + +

lcm(a, b)

Least common multiple

+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.math.multiples.lcm.html b/docs/github/html/generated/warg.math.multiples.lcm.html new file mode 100644 index 0000000..ae6db77 --- /dev/null +++ b/docs/github/html/generated/warg.math.multiples.lcm.html @@ -0,0 +1,168 @@ + + + + + + + + warg.math.multiples.lcm — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.math.ordinals.ceil_even.html b/docs/github/html/generated/warg.math.ordinals.ceil_even.html new file mode 100644 index 0000000..05369db --- /dev/null +++ b/docs/github/html/generated/warg.math.ordinals.ceil_even.html @@ -0,0 +1,174 @@ + + + + + + + + warg.math.ordinals.ceil_even — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.math.ordinals.ceil_odd.html b/docs/github/html/generated/warg.math.ordinals.ceil_odd.html new file mode 100644 index 0000000..f58667d --- /dev/null +++ b/docs/github/html/generated/warg.math.ordinals.ceil_odd.html @@ -0,0 +1,174 @@ + + + + + + + + warg.math.ordinals.ceil_odd — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.math.ordinals.floor_even.html b/docs/github/html/generated/warg.math.ordinals.floor_even.html new file mode 100644 index 0000000..90e6ea8 --- /dev/null +++ b/docs/github/html/generated/warg.math.ordinals.floor_even.html @@ -0,0 +1,174 @@ + + + + + + + + warg.math.ordinals.floor_even — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.math.ordinals.floor_odd.html b/docs/github/html/generated/warg.math.ordinals.floor_odd.html new file mode 100644 index 0000000..e2de58a --- /dev/null +++ b/docs/github/html/generated/warg.math.ordinals.floor_odd.html @@ -0,0 +1,174 @@ + + + + + + + + warg.math.ordinals.floor_odd — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.math.ordinals.html b/docs/github/html/generated/warg.math.ordinals.html new file mode 100644 index 0000000..8b5993d --- /dev/null +++ b/docs/github/html/generated/warg.math.ordinals.html @@ -0,0 +1,200 @@ + + + + + + + + warg.math.ordinals — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.math.ordinals.next_even.html b/docs/github/html/generated/warg.math.ordinals.next_even.html new file mode 100644 index 0000000..3011c8c --- /dev/null +++ b/docs/github/html/generated/warg.math.ordinals.next_even.html @@ -0,0 +1,174 @@ + + + + + + + + warg.math.ordinals.next_even — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.math.ordinals.next_odd.html b/docs/github/html/generated/warg.math.ordinals.next_odd.html new file mode 100644 index 0000000..73dcc6d --- /dev/null +++ b/docs/github/html/generated/warg.math.ordinals.next_odd.html @@ -0,0 +1,174 @@ + + + + + + + + warg.math.ordinals.next_odd — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.math.ordinals.prev_even.html b/docs/github/html/generated/warg.math.ordinals.prev_even.html new file mode 100644 index 0000000..9b50cf5 --- /dev/null +++ b/docs/github/html/generated/warg.math.ordinals.prev_even.html @@ -0,0 +1,174 @@ + + + + + + + + warg.math.ordinals.prev_even — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.math.ordinals.prev_odd.html b/docs/github/html/generated/warg.math.ordinals.prev_odd.html new file mode 100644 index 0000000..549885d --- /dev/null +++ b/docs/github/html/generated/warg.math.ordinals.prev_odd.html @@ -0,0 +1,174 @@ + + + + + + + + warg.math.ordinals.prev_odd — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.math.powers.html b/docs/github/html/generated/warg.math.powers.html new file mode 100644 index 0000000..3b8b52a --- /dev/null +++ b/docs/github/html/generated/warg.math.powers.html @@ -0,0 +1,205 @@ + + + + + + + + warg.math.powers — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.math.powers

+

Created on 13-01-2021

+

Functions

+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

next_pow(x[, n])

If the base(n) not specified, returns the natural logarithm (base e) of x.

next_power(x[, n])

If the base(n) not specified, returns the natural logarithm (base e) of x.

next_pow_2(x)

next_pow_10(x)

next_power_2(x)

next_power_10(x)

prev_pow(x[, n])

If the base(n) not specified, returns the natural logarithm (base e) of x.

prev_pow_10(x)

prev_pow_2(x)

+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.math.powers.next_pow.html b/docs/github/html/generated/warg.math.powers.next_pow.html new file mode 100644 index 0000000..7a25291 --- /dev/null +++ b/docs/github/html/generated/warg.math.powers.next_pow.html @@ -0,0 +1,187 @@ + + + + + + + + warg.math.powers.next_pow — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.math.powers.next_pow_10.html b/docs/github/html/generated/warg.math.powers.next_pow_10.html new file mode 100644 index 0000000..0f2365a --- /dev/null +++ b/docs/github/html/generated/warg.math.powers.next_pow_10.html @@ -0,0 +1,175 @@ + + + + + + + + warg.math.powers.next_pow_10 — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.math.powers.next_pow_2.html b/docs/github/html/generated/warg.math.powers.next_pow_2.html new file mode 100644 index 0000000..c86d353 --- /dev/null +++ b/docs/github/html/generated/warg.math.powers.next_pow_2.html @@ -0,0 +1,175 @@ + + + + + + + + warg.math.powers.next_pow_2 — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.math.powers.next_power.html b/docs/github/html/generated/warg.math.powers.next_power.html new file mode 100644 index 0000000..8f3c7da --- /dev/null +++ b/docs/github/html/generated/warg.math.powers.next_power.html @@ -0,0 +1,187 @@ + + + + + + + + warg.math.powers.next_power — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.math.powers.next_power_10.html b/docs/github/html/generated/warg.math.powers.next_power_10.html new file mode 100644 index 0000000..0fe417d --- /dev/null +++ b/docs/github/html/generated/warg.math.powers.next_power_10.html @@ -0,0 +1,175 @@ + + + + + + + + warg.math.powers.next_power_10 — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.math.powers.next_power_2.html b/docs/github/html/generated/warg.math.powers.next_power_2.html new file mode 100644 index 0000000..f7b9dc5 --- /dev/null +++ b/docs/github/html/generated/warg.math.powers.next_power_2.html @@ -0,0 +1,175 @@ + + + + + + + + warg.math.powers.next_power_2 — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.math.powers.prev_pow.html b/docs/github/html/generated/warg.math.powers.prev_pow.html new file mode 100644 index 0000000..0264bd4 --- /dev/null +++ b/docs/github/html/generated/warg.math.powers.prev_pow.html @@ -0,0 +1,187 @@ + + + + + + + + warg.math.powers.prev_pow — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.math.powers.prev_pow_10.html b/docs/github/html/generated/warg.math.powers.prev_pow_10.html new file mode 100644 index 0000000..9885c4c --- /dev/null +++ b/docs/github/html/generated/warg.math.powers.prev_pow_10.html @@ -0,0 +1,175 @@ + + + + + + + + warg.math.powers.prev_pow_10 — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.math.powers.prev_pow_2.html b/docs/github/html/generated/warg.math.powers.prev_pow_2.html new file mode 100644 index 0000000..89b7000 --- /dev/null +++ b/docs/github/html/generated/warg.math.powers.prev_pow_2.html @@ -0,0 +1,175 @@ + + + + + + + + warg.math.powers.prev_pow_2 — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.metas.html b/docs/github/html/generated/warg.metas.html new file mode 100644 index 0000000..c222068 --- /dev/null +++ b/docs/github/html/generated/warg.metas.html @@ -0,0 +1,171 @@ + + + + + + + + warg.metas — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.metas

+

Created on 07/03/2020 +# Metas

+

Modules

+ ++++ + + + + + + + + +

warg.metas.post_init

Created on 11/12/2019

warg.metas.singleton(cls)

Use class as singleton.

+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.metas.post_init.PostInit.html b/docs/github/html/generated/warg.metas.post_init.PostInit.html new file mode 100644 index 0000000..00b8c8e --- /dev/null +++ b/docs/github/html/generated/warg.metas.post_init.PostInit.html @@ -0,0 +1,194 @@ + + + + + + + + warg.metas.post_init.PostInit — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.metas.post_init.PostInit

+
+
+class warg.metas.post_init.PostInit[source]
+

Bases: type

+

define a new metaclass which overrides the “__call__” function

+
+
+__init__(*args, **kwargs)
+
+ +

Methods

+ ++++ + + + + + + + + +

__init__(*args, **kwargs)

mro()

Return a type's method resolution order.

+
+
+mro()
+

Return a type’s method resolution order.

+
+ +
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.metas.post_init.html b/docs/github/html/generated/warg.metas.post_init.html new file mode 100644 index 0000000..88e1d23 --- /dev/null +++ b/docs/github/html/generated/warg.metas.post_init.html @@ -0,0 +1,172 @@ + + + + + + + + warg.metas.post_init — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.metas.post_init

+

Created on 11/12/2019

+

Classes

+ ++++ + + + + + +

PostInit

define a new metaclass which overrides the "__call__" function

+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.metas.singleton.html b/docs/github/html/generated/warg.metas.singleton.html new file mode 100644 index 0000000..dd128e6 --- /dev/null +++ b/docs/github/html/generated/warg.metas.singleton.html @@ -0,0 +1,158 @@ + + + + + + + + warg.metas.singleton — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.mixins.dict_mixins.IterDictItemsMixin.html b/docs/github/html/generated/warg.mixins.dict_mixins.IterDictItemsMixin.html new file mode 100644 index 0000000..cfdff36 --- /dev/null +++ b/docs/github/html/generated/warg.mixins.dict_mixins.IterDictItemsMixin.html @@ -0,0 +1,187 @@ + + + + + + + + warg.mixins.dict_mixins.IterDictItemsMixin — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.mixins.dict_mixins.IterDictItemsMixin

+
+
+class warg.mixins.dict_mixins.IterDictItemsMixin[source]
+

Bases: object

+

Mixin class for iterating kw pairs in a class instance __dict__

+
+
+__init__()
+
+ +

Methods

+ ++++ + + + + + +

__init__()

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.mixins.dict_mixins.IterDictKeysMixin.html b/docs/github/html/generated/warg.mixins.dict_mixins.IterDictKeysMixin.html new file mode 100644 index 0000000..fedebc2 --- /dev/null +++ b/docs/github/html/generated/warg.mixins.dict_mixins.IterDictKeysMixin.html @@ -0,0 +1,187 @@ + + + + + + + + warg.mixins.dict_mixins.IterDictKeysMixin — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.mixins.dict_mixins.IterDictValuesMixin.html b/docs/github/html/generated/warg.mixins.dict_mixins.IterDictValuesMixin.html new file mode 100644 index 0000000..181b268 --- /dev/null +++ b/docs/github/html/generated/warg.mixins.dict_mixins.IterDictValuesMixin.html @@ -0,0 +1,187 @@ + + + + + + + + warg.mixins.dict_mixins.IterDictValuesMixin — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.mixins.dict_mixins.IterDictValuesMixin

+
+
+class warg.mixins.dict_mixins.IterDictValuesMixin[source]
+

Bases: object

+

Mixin class for iterating only the values of a class instance __dict__

+
+
+__init__()
+
+ +

Methods

+ ++++ + + + + + +

__init__()

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.mixins.dict_mixins.html b/docs/github/html/generated/warg.mixins.dict_mixins.html new file mode 100644 index 0000000..fc8e93a --- /dev/null +++ b/docs/github/html/generated/warg.mixins.dict_mixins.html @@ -0,0 +1,179 @@ + + + + + + + + warg.mixins.dict_mixins — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.mixins.dict_mixins

+

Classes

+ ++++ + + + + + + + + + + + +

IterDictItemsMixin()

Mixin class for iterating kw pairs in a class instance __dict__

IterDictKeysMixin()

Mixin class for iterating only the keys of a class instance __dict__

IterDictValuesMixin()

Mixin class for iterating only the values of a class instance __dict__

+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.mixins.html b/docs/github/html/generated/warg.mixins.html new file mode 100644 index 0000000..109ed61 --- /dev/null +++ b/docs/github/html/generated/warg.mixins.html @@ -0,0 +1,171 @@ + + + + + + + + warg.mixins — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.mixins.ordinal_index_mixin.OrdinalIndexingDictMixin.html b/docs/github/html/generated/warg.mixins.ordinal_index_mixin.OrdinalIndexingDictMixin.html new file mode 100644 index 0000000..f49ab9b --- /dev/null +++ b/docs/github/html/generated/warg.mixins.ordinal_index_mixin.OrdinalIndexingDictMixin.html @@ -0,0 +1,186 @@ + + + + + + + + warg.mixins.ordinal_index_mixin.OrdinalIndexingDictMixin — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.mixins.ordinal_index_mixin.OrdinalIndexingDictMixin

+
+
+class warg.mixins.ordinal_index_mixin.OrdinalIndexingDictMixin[source]
+

Bases: object

+

Mixin class for indexing a class instance __dict__ (SortedDict) with both integer (ordinal) indexing or +key:str attributes (non-ordinal) access.

+
+
+__init__()
+
+ +

Methods

+ ++++ + + + + + +

__init__()

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.mixins.ordinal_index_mixin.html b/docs/github/html/generated/warg.mixins.ordinal_index_mixin.html new file mode 100644 index 0000000..3db0021 --- /dev/null +++ b/docs/github/html/generated/warg.mixins.ordinal_index_mixin.html @@ -0,0 +1,171 @@ + + + + + + + + warg.mixins.ordinal_index_mixin — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.mixins.ordinal_index_mixin

+

Classes

+ ++++ + + + + + +

OrdinalIndexingDictMixin()

Mixin class for indexing a class instance __dict__ (SortedDict) with both integer (ordinal) indexing or key:str attributes (non-ordinal) access.

+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.ode.html b/docs/github/html/generated/warg.ode.html new file mode 100644 index 0000000..d2d8b1f --- /dev/null +++ b/docs/github/html/generated/warg.ode.html @@ -0,0 +1,154 @@ + + + + + + + + warg.ode — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.ode

+

This file is not for general use. Ode to python

+
+

Created on 13/06/2020

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.os.html b/docs/github/html/generated/warg.os.html new file mode 100644 index 0000000..ab1c299 --- /dev/null +++ b/docs/github/html/generated/warg.os.html @@ -0,0 +1,171 @@ + + + + + + + + warg.os — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.os

+

Created on 17/02/2020 +# OS

+

Modules

+ ++++ + + + + + + + + +

warg.os.os_platform

get os platform utilities

warg.os.path_utilities

Created on 07-05-2021

+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.os.os_platform.get_platform.html b/docs/github/html/generated/warg.os.os_platform.get_platform.html new file mode 100644 index 0000000..b76e258 --- /dev/null +++ b/docs/github/html/generated/warg.os.os_platform.get_platform.html @@ -0,0 +1,175 @@ + + + + + + + + warg.os.os_platform.get_platform — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.os.os_platform.html b/docs/github/html/generated/warg.os.os_platform.html new file mode 100644 index 0000000..4ab3d0d --- /dev/null +++ b/docs/github/html/generated/warg.os.os_platform.html @@ -0,0 +1,211 @@ + + + + + + + + warg.os.os_platform — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.os.os_platform

+

get os platform utilities

+
+

Created on 13/06/2020

+
+

Functions

+ ++++ + + + + + + + + + + + + + + + + + +

is_nix()

+
return
+

+
+

is_windows()

+
return
+

+
+

is_mac()

+
return
+

+
+

is_linux()

+
return
+

+
+

get_platform()

+
return
+

+
+

+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.os.os_platform.is_linux.html b/docs/github/html/generated/warg.os.os_platform.is_linux.html new file mode 100644 index 0000000..be20bcb --- /dev/null +++ b/docs/github/html/generated/warg.os.os_platform.is_linux.html @@ -0,0 +1,175 @@ + + + + + + + + warg.os.os_platform.is_linux — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.os.os_platform.is_mac.html b/docs/github/html/generated/warg.os.os_platform.is_mac.html new file mode 100644 index 0000000..e9debce --- /dev/null +++ b/docs/github/html/generated/warg.os.os_platform.is_mac.html @@ -0,0 +1,175 @@ + + + + + + + + warg.os.os_platform.is_mac — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.os.os_platform.is_nix.html b/docs/github/html/generated/warg.os.os_platform.is_nix.html new file mode 100644 index 0000000..c8b804e --- /dev/null +++ b/docs/github/html/generated/warg.os.os_platform.is_nix.html @@ -0,0 +1,175 @@ + + + + + + + + warg.os.os_platform.is_nix — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.os.os_platform.is_windows.html b/docs/github/html/generated/warg.os.os_platform.is_windows.html new file mode 100644 index 0000000..b4f1f37 --- /dev/null +++ b/docs/github/html/generated/warg.os.os_platform.is_windows.html @@ -0,0 +1,175 @@ + + + + + + + + warg.os.os_platform.is_windows — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.os.path_utilities.html b/docs/github/html/generated/warg.os.path_utilities.html new file mode 100644 index 0000000..9b6cc72 --- /dev/null +++ b/docs/github/html/generated/warg.os.path_utilities.html @@ -0,0 +1,176 @@ + + + + + + + + warg.os.path_utilities — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.os.path_utilities

+

Created on 07-05-2021

+

Functions

+ ++++ + + + + + +

latest_file(directory[, extension, recurse, ...])

+
param directory
+

+
+

+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.os.path_utilities.latest_file.html b/docs/github/html/generated/warg.os.path_utilities.latest_file.html new file mode 100644 index 0000000..b31411b --- /dev/null +++ b/docs/github/html/generated/warg.os.path_utilities.latest_file.html @@ -0,0 +1,179 @@ + + + + + + + + warg.os.path_utilities.latest_file — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.os.path_utilities.latest_file

+
+
+warg.os.path_utilities.latest_file(directory: pathlib.Path, extension: str = '', *, recurse: bool = False, raise_on_failure: bool = True) pathlib.Path[source]
+
+
Parameters
+
    +
  • directory

  • +
  • extension

  • +
  • recurse

  • +
  • raise_on_failure

  • +
+
+
Returns
+

+
+
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.plugin.get_dynamic_plugins.html b/docs/github/html/generated/warg.plugin.get_dynamic_plugins.html new file mode 100644 index 0000000..45cee92 --- /dev/null +++ b/docs/github/html/generated/warg.plugin.get_dynamic_plugins.html @@ -0,0 +1,169 @@ + + + + + + + + warg.plugin.get_dynamic_plugins — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.plugin.get_dynamic_plugins

+
+
+warg.plugin.get_dynamic_plugins(package_name: str) Tuple[source]
+

Returns a list specifying dynamically loaded plugins.

+
+
Returns
+

The list of dynamic plugins.

+
+
+

[1]: https://packaging.python.org/specifications/entry-points/

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.plugin.get_plugins.html b/docs/github/html/generated/warg.plugin.get_plugins.html new file mode 100644 index 0000000..32c0bea --- /dev/null +++ b/docs/github/html/generated/warg.plugin.get_plugins.html @@ -0,0 +1,170 @@ + + + + + + + + warg.plugin.get_plugins — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.plugin.get_plugins

+
+
+warg.plugin.get_plugins(package_name: str) Tuple[source]
+

Returns a list specifying all known plugins.

+

This includes both first-party, statically bundled plugins and +dynamic plugins.

+
+
Returns
+

The list of default first-party plugins.

+
+
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.plugin.get_static_plugins.html b/docs/github/html/generated/warg.plugin.get_static_plugins.html new file mode 100644 index 0000000..de725db --- /dev/null +++ b/docs/github/html/generated/warg.plugin.get_static_plugins.html @@ -0,0 +1,171 @@ + + + + + + + + warg.plugin.get_static_plugins — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.plugin.get_static_plugins

+
+
+warg.plugin.get_static_plugins(package_name: str) Tuple[source]
+

Returns a list specifying default first-party plugins.

+
+

DECLARE GLOBAL (PACKAGE_NAME)_PLUGINS tuple with entries

+
+
+
Returns
+

The list of default first-party plugins.

+
+
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.plugin.html b/docs/github/html/generated/warg.plugin.html new file mode 100644 index 0000000..74667a0 --- /dev/null +++ b/docs/github/html/generated/warg.plugin.html @@ -0,0 +1,177 @@ + + + + + + + + warg.plugin — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.plugin

+

Plugin

+
+

Created on 13/06/2020

+
+

Functions

+ ++++ + + + + + + + + + + + +

get_plugins(package_name)

Returns a list specifying all known plugins.

get_static_plugins(package_name)

Returns a list specifying default first-party plugins.

get_dynamic_plugins(package_name)

Returns a list specifying dynamically loaded plugins.

+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.replication.BroadcastNone.html b/docs/github/html/generated/warg.replication.BroadcastNone.html new file mode 100644 index 0000000..ddb3aa9 --- /dev/null +++ b/docs/github/html/generated/warg.replication.BroadcastNone.html @@ -0,0 +1,188 @@ + + + + + + + + warg.replication.BroadcastNone — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.replication.BroadcastNone

+
+
+class warg.replication.BroadcastNone[source]
+

Bases: type

+
+
+__init__(*args, **kwargs)
+
+ +

Methods

+ ++++ + + + + + + + + +

__init__(*args, **kwargs)

mro()

Return a type's method resolution order.

+
+
+mro()
+

Return a type’s method resolution order.

+
+ +
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.replication.html b/docs/github/html/generated/warg.replication.html new file mode 100644 index 0000000..6f19a4e --- /dev/null +++ b/docs/github/html/generated/warg.replication.html @@ -0,0 +1,179 @@ + + + + + + + + warg.replication — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.replication

+

Created on 23/07/2020

+

Functions

+ ++++ + + + + + +

replicate(x[, times])

if not tuple

+

Classes

+ ++++ + + + + + +

BroadcastNone

+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.replication.replicate.html b/docs/github/html/generated/warg.replication.replicate.html new file mode 100644 index 0000000..0f32db9 --- /dev/null +++ b/docs/github/html/generated/warg.replication.replicate.html @@ -0,0 +1,176 @@ + + + + + + + + warg.replication.replicate — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.replication.replicate

+
+
+warg.replication.replicate(x: Union[Sequence, int, float], times: int = 2) Sequence[source]
+

if not tuple

+
+
Parameters
+
    +
  • times

  • +
  • x

  • +
+
+
Returns
+

+
+
Return type
+

+
+
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.strings.html b/docs/github/html/generated/warg.strings.html new file mode 100644 index 0000000..a5cfb01 --- /dev/null +++ b/docs/github/html/generated/warg.strings.html @@ -0,0 +1,174 @@ + + + + + + + + warg.strings — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.strings

+

Created on 09/10/2019

+

Functions

+ ++++ + + + + + + + + +

indent_lines(input_str[, indent_spaces_num, ...])

+
param ignore_single_lines
+

+
+

str_to_tuple(arg)

Convert a series of zero or more numbers to an argument tuple

+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.strings.indent_lines.html b/docs/github/html/generated/warg.strings.indent_lines.html new file mode 100644 index 0000000..4769799 --- /dev/null +++ b/docs/github/html/generated/warg.strings.indent_lines.html @@ -0,0 +1,176 @@ + + + + + + + + warg.strings.indent_lines — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.strings.indent_lines

+
+
+warg.strings.indent_lines(input_str: Any, indent_spaces_num: int = 2, ignore_single_lines: bool = False) str[source]
+
+
Parameters
+
    +
  • ignore_single_lines

  • +
  • input_str

  • +
  • indent_spaces_num

  • +
+
+
Returns
+

+
+
Return type
+

+
+
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.strings.str_to_tuple.html b/docs/github/html/generated/warg.strings.str_to_tuple.html new file mode 100644 index 0000000..84b07e3 --- /dev/null +++ b/docs/github/html/generated/warg.strings.str_to_tuple.html @@ -0,0 +1,162 @@ + + + + + + + + warg.strings.str_to_tuple — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.strings.str_to_tuple

+
+
+warg.strings.str_to_tuple(arg)[source]
+

Convert a series of zero or more numbers to an argument tuple

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.styling.PrintStyle.html b/docs/github/html/generated/warg.styling.PrintStyle.html new file mode 100644 index 0000000..b8c2a9e --- /dev/null +++ b/docs/github/html/generated/warg.styling.PrintStyle.html @@ -0,0 +1,183 @@ + + + + + + + + warg.styling.PrintStyle — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.styling.PrintStyle

+
+
+class warg.styling.PrintStyle(attributes_joined, end)[source]
+

Bases: object

+
+
+__init__(attributes_joined, end)[source]
+
+ +

Methods

+ ++++ + + + + + +

__init__(attributes_joined, end)

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.styling.generate_style.html b/docs/github/html/generated/warg.styling.generate_style.html new file mode 100644 index 0000000..f6f702d --- /dev/null +++ b/docs/github/html/generated/warg.styling.generate_style.html @@ -0,0 +1,183 @@ + + + + + + + + warg.styling.generate_style — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.styling.generate_style

+
+
+warg.styling.generate_style(obj: Optional[Any] = None, *, color: Union[str, int] = 'random', bold: bool = False, highlight: bool = False, underline: bool = False, italic: bool = False) Union[str, warg.styling.PrintStyle][source]
+
+
Parameters
+
    +
  • obj

  • +
  • color

  • +
  • bold

  • +
  • highlight

  • +
  • underline

  • +
  • italic

  • +
+
+
Returns
+

+
+
Return type
+

+
+
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.styling.get_terminal_size.html b/docs/github/html/generated/warg.styling.get_terminal_size.html new file mode 100644 index 0000000..730a5dd --- /dev/null +++ b/docs/github/html/generated/warg.styling.get_terminal_size.html @@ -0,0 +1,173 @@ + + + + + + + + warg.styling.get_terminal_size — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.styling.html b/docs/github/html/generated/warg.styling.html new file mode 100644 index 0000000..ae34ab8 --- /dev/null +++ b/docs/github/html/generated/warg.styling.html @@ -0,0 +1,202 @@ + + + + + + + + warg.styling — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.styling

+

Functions

+ ++++ + + + + + + + + + + + + + + + + + +

generate_style([obj, color, bold, ...])

+
param obj
+

+
+

sprint(obj[, print_kws, color, bold, ...])

Stylised print.

get_terminal_size()

+
return
+

+
+

hyperlink_path(link[, link_id, style, linux])

hyperlink_url(link[, link_id, style, prefix])

+

Classes

+ ++++ + + + + + +

PrintStyle(attributes_joined, end)

+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.styling.hyperlink_path.html b/docs/github/html/generated/warg.styling.hyperlink_path.html new file mode 100644 index 0000000..4a07814 --- /dev/null +++ b/docs/github/html/generated/warg.styling.hyperlink_path.html @@ -0,0 +1,165 @@ + + + + + + + + warg.styling.hyperlink_path — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.styling.hyperlink_url.html b/docs/github/html/generated/warg.styling.hyperlink_url.html new file mode 100644 index 0000000..6de1f4a --- /dev/null +++ b/docs/github/html/generated/warg.styling.hyperlink_url.html @@ -0,0 +1,165 @@ + + + + + + + + warg.styling.hyperlink_url — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.styling.sprint.html b/docs/github/html/generated/warg.styling.sprint.html new file mode 100644 index 0000000..c169c5f --- /dev/null +++ b/docs/github/html/generated/warg.styling.sprint.html @@ -0,0 +1,167 @@ + + + + + + + + warg.styling.sprint — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.styling.sprint

+
+
+warg.styling.sprint(obj: Any, print_kws: Mapping = {}, *, color: Union[str, int] = 'random', bold: bool = False, highlight: bool = False, underline: bool = False, italic: bool = False) None[source]
+

Stylised print. Defaults to stdout +Valid colors: gray, red, green, yellow, blue, magenta, cyan, white, crimson

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.text.deamericanise.html b/docs/github/html/generated/warg.text.deamericanise.html new file mode 100644 index 0000000..dfdc87e --- /dev/null +++ b/docs/github/html/generated/warg.text.deamericanise.html @@ -0,0 +1,171 @@ + + + + + + + + warg.text.deamericanise — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.text.deamericanise

+
+
+warg.text.deamericanise(text: str) str[source]
+

Naively exchanges ‘z’ in english texts

+

convert to ‘British English’

+
+
Returns
+

+
+
Return type
+

+
+
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.text.html b/docs/github/html/generated/warg.text.html new file mode 100644 index 0000000..69fac62 --- /dev/null +++ b/docs/github/html/generated/warg.text.html @@ -0,0 +1,169 @@ + + + + + + + + warg.text — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.text.to_british_english.html b/docs/github/html/generated/warg.text.to_british_english.html new file mode 100644 index 0000000..db2a048 --- /dev/null +++ b/docs/github/html/generated/warg.text.to_british_english.html @@ -0,0 +1,161 @@ + + + + + + + + warg.text.to_british_english — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

warg.text.to_british_english

+
+
+warg.text.to_british_english(text: str, rules: Mapping = mappingproxy({'ize': 'ise', 'yze': 'yse', 'iza': 'isa'})) str[source]
+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/generated/warg.typing_extension.html b/docs/github/html/generated/warg.typing_extension.html new file mode 100644 index 0000000..5c6c639 --- /dev/null +++ b/docs/github/html/generated/warg.typing_extension.html @@ -0,0 +1,151 @@ + + + + + + + + warg.typing_extension — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/github/html/genindex.html b/docs/github/html/genindex.html index d910807..a332449 100644 --- a/docs/github/html/genindex.html +++ b/docs/github/html/genindex.html @@ -1,109 +1,1466 @@ + - - - - Index — Warg 0.2.8 documentation - - - - - - - - - - - + + + + + Index — Warg 0.6.9 documentation + + + + + + + + + + + + + + + - + + +
+
+
+ - +
+ - - +

Index

+
+ _ + | A + | B + | C + | D + | E + | F + | G + | H + | I + | K + | L + | M + | N + | O + | P + | R + | S + | T + | U + | V + | W + | X + | Y + +
+

_

+ + +
+

A

+ + + +
-
+

B

+ + + +
+

C

+ + + +
+ +

D

+ + + +
+ +

E

+ + + +
+ +

F

+ + + +
+ +

G

+ + + +
+ +

H

+ + + +
+ +

I

+ + + +
+ +

K

+ + + +
+ +

L

+ + + +
+ +

M

+ + + +
+ +

N

+ + + +
+ +

O

+ + + +
+ +

P

+ + + +
+ +

R

+ + + +
+ +

S

+ + + +
+ +

T

+ + + +
+ +

U

+ + + +
+ +

V

+ + + +
+ +

W

+ + + +
    +
  • + warg + +
  • +
  • + warg.arguments + +
  • +
  • + warg.ast_ops + +
  • +
  • + warg.ast_ops.arg_indentifier + +
  • +
  • + warg.ast_ops.first_arg_identifier + +
  • +
  • + warg.bases + +
  • +
  • + warg.bases.property_settings + +
  • +
  • + warg.boolean_tests + +
  • +
  • + warg.business + +
  • +
  • + warg.colors + +
  • +
  • + warg.colors.color_conversion + +
  • +
  • + warg.colors.css_colors + +
  • +
  • + warg.colors.label_colors + +
  • +
  • + warg.config_shell + +
  • +
  • + warg.context_wrapper + +
  • +
  • + warg.contexts + +
  • +
  • + warg.data_structures + +
  • +
  • + warg.data_structures.auto_dict + +
  • +
  • + warg.data_structures.mappings + +
  • +
  • + warg.data_structures.named_ordered_dictionary +
  • +
  • + warg.data_structures.ordered_set +
  • +
  • + warg.data_structures.sequences + +
  • +
  • + warg.datetimes + +
  • +
  • + warg.debug + +
  • +
  • + warg.decorators + +
  • +
  • + warg.decorators.caching + +
  • +
  • + warg.decorators.caching.look_up_table + +
  • +
  • + warg.decorators.caching.property_caching + +
  • +
  • + warg.decorators.hashing + +
  • +
  • + warg.decorators.kw_passing + +
  • +
  • + warg.decorators.timing + +
  • +
    +
  • + warg.exceptions + +
  • +
  • + warg.functions + +
  • +
  • + warg.gdkc + +
  • +
  • + warg.generators + +
  • +
  • + warg.generators.cyclic_generators + +
  • +
  • + warg.generators.filtering + +
  • +
  • + warg.generators.mapping_generator + +
  • +
  • + warg.generators.zipping_generator + +
  • +
  • + warg.imports + +
  • +
  • + warg.manipulation + +
  • +
  • + warg.map_itertools + +
  • +
  • + warg.math + +
  • +
  • + warg.math.multiples + +
  • +
  • + warg.math.ordinals + +
  • +
  • + warg.math.powers + +
  • +
  • + warg.metas + +
  • +
  • + warg.metas.post_init + +
  • +
  • + warg.metas.singleton + +
  • +
  • + warg.mixins + +
  • +
  • + warg.mixins.dict_mixins + +
  • +
  • + warg.mixins.ordinal_index_mixin + +
  • +
  • + warg.ode + +
  • +
  • + warg.os + +
  • +
  • + warg.os.os_platform + +
  • +
  • + warg.os.path_utilities + +
  • +
  • + warg.plugin + +
  • +
  • + warg.replication + +
  • +
  • + warg.strings + +
  • +
  • + warg.styling + +
  • +
  • + warg.text + +
  • +
  • + warg.typing_extension + +
  • +
+ +

X

+ + + +
+ +

Y

+ + +
+ + + +
+
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/getting_started.html b/docs/github/html/getting_started.html index 9d6dc9a..42f1dfa 100644 --- a/docs/github/html/getting_started.html +++ b/docs/github/html/getting_started.html @@ -1,103 +1,112 @@ - - - - - Getting Started — Warg 0.2.8 documentation - - - - - - - - - - - - - + - + + + + + Getting Started — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Getting Started

+

pip install warg -U

+
- +
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/docs/github/html/index.html b/docs/github/html/index.html index 7f65fa2..5def46e 100644 --- a/docs/github/html/index.html +++ b/docs/github/html/index.html @@ -1,123 +1,136 @@ + - - - - Warg Documentation — Warg 0.2.8 documentation - - - - - - - - - - - - - - - - - - - - - - -
-
-
- - -
- -
- -

Warg Documentation

-

Created on 27/04/2019

-

@author: cnheider

-
-
-
-

What’s next?

-

Read the Getting Started Guide

-
-
-
-

Indices and tables

- -
- - -
+ + + + + Warg Documentation — Warg 0.6.9 documentation + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Warg Documentation

+ ++++ + + + + + +

warg

Created on 27/04/2019

+
+
+
+

What’s next?

+

Read the Getting Started Guide

+
+
+
+

Indices and tables

+ +
+ +
+
-
- +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/github/html/objects.inv b/docs/github/html/objects.inv index 903f2e1f5a5f838c60c1bdc8b198f26021500b2c..c7945147cddb11dac57441da4ea07711a0f96987 100644 GIT binary patch delta 5939 zcmV-37tH9d0`4x5Is-N?Igvd&f7M-EkJ~uXeXn0ZV87RRclvSPdL}zTFi0lYV0Rt` zwao6;wk+ursqQ$xeo0+yUC3e;Wyd=}g0{)3a}KE+Wm|RL(&kCj$G;z{eOpNJH}ND( z*`!+T|N3UScF+1y{H5=F_kZFYbdBbJdyu78Smr4xfU)~mUCZWP>*kZxe`!{vs)Oxc z{NzVnr}ac6hFy~6Wv-K?8-di%)&6>1ho-tXO}gJF4^>qp!}fb@%S`80iNQ~EyujJB z%wCems!8^3UF4YoQf97fj-nD_7=Gfae9WH`T_uOKuJe*StW~0y;z{bHwR4m zd&8PP=CYySEmBzcyZh$p@vw8isRPd`ae(ej{yAE7xSG z(?-c_55wH9=xdL|P+a@`TQ^tV8jZZhAifL-9qT$fe@h~x^RKm$JlyMTEDigb8%@N# z?r!AaUKk_keiRM&8XV8Vx(>(Fu&%}NH0qvm1z;43s0g)rze;(Cp5l& zs#E)cW}E4@!M`$Ggt}*G8I-oVO7?lCImo9ZCdcmHym~*7`9G8k=i`$!NigTUwo&$b zp<&t8H7A6xm*X(W!c=PZlU&JUwgF<~tdRmDe}*3hvi7Ahhql2_(f8({FZbr-uu8F^J7Z^doD0D6%}bu0cSsc%J{Yk9cYxNkY-&5^TU@nO&wFy8FXzrVLCQmvc(p*2U_PtigQ zROCGDKHHAp`}X&<=^?JKn8=sa8MPw2tz!GIP+Rs{<1=D^4&my2bN6Qv{8*$q(QRGu zE+;qFUF7P|HPL^zIcDEU-BvF1{^Pb{f7y2|x0TDi$GNRq=3UXv#d7bXZYwzM&g-_C z`S)tK)yu!TyR6<3M@iNP)sr;Z!hf1DX#6TUpIo{D=%bq^#jKMr$!}J@H>2)861WvR zd!cbra^^?2m*s9teJk>P{`hEKmzli1f`os9zN`?HrOnOufBX2NeG2-UY;Gx`f2gus z(RZW29l4f`lKsbQ{{tFsd@$t791j1f^4p!6a;4e_C2z`K+s$z^1c4pHaKS&7Q3 z#y;bVPvR-cC-2msrP=fF4I%+;h^C_MimG}sCx%3)4~1lM%yQ!xyRS=%HaPJ#6z`_+ zqz&&jk`M19$q5DGSWvMtUfwRH!XSl3oQiG4?cU3D^4_;fw13TMer(4+f4||Q@#kTM zK>B3olFFV_#n>Q2ba4L1xI_9P6Z?j|v#m1y(qG<^+H5+y`g1~X0F%)BLRIg_9@-A$ z%chKFk-^*{HZkwb-oiUUxsvHroRg3vmrm4{t?Iv^k0+d9u!*+}^bA3wwST3u;fbzd zNM`^f%I+4l-%V{(QkAg-e|97JMVO@`{pjz5gGc@l_ElH)AF0lsX-E7rE2Mc6$vnb0 zFqt_v_k~KQO}7F&T?DU0r*r&Sxh*XACLyP;MXr_7K)m{Qf1j)OXv&4U^l0v@9g7%BnP_~zhJMqCeAAUlsp3N4j-ni=B*KmFGhR!Io$9msAmO1g@|M(tu10T z^eBN(zRppeZE)_-j#-gs2^)8n$7eEUTxH+lJ0%6dJ4ucde{;laBpnd^q>p)_WfNE< zyW)d$c#izFd-bW>%YT&Z0o&Qb*@TfSGf2DmWti3R@K6;=-$34Mo_s&yc(yw=5jWl{ zFSrrc8F^`5+4C)VcnAh#i1sdU8*2~1p*-fY*!N{&H!;s}`~tq`ahr9O7u>AtjJ7mw z~2;)ht#>SR*$6azm6E+FzlT{U<`fg!{_)njM>H!*ExaFOZGaSO8* zeS6L%eNFQsd{>GjdMFy%zmj{N{&n7h;EYG>RfWPePXc|Sry=&8x%Ga?%k*>?jETl_e=*Uk;N&gW&-Po?BF&^V#o5BV z0t-qphwY)&abuq5hKbDWOPjGrH>3sOyI(iQlFX7c&7s+$kiJd6CH1@R9FK!esVQ)qc-LHaRHpV^LKN zTl6`Le*n&ueM&;1OIwnc-_ktWep)ZIt3Vzke?eY8*6 zezI-Y-ayG;&MPU0w4Yp-{Wp2sGT>8s1mo7>MsWYTdrWe}cqaf+tXsz% ze>UNmab%&#jw}B6zU`xJ8fpa*Cz^vs9&L1&1P~^X6twOmyeYJQF@Pj4r)M6S+wvS``;7%ZCIz7nX~qRMDM8pWXX`a7LD)C5 zw^gBEZh6zz@U>Z?C9Tejd^B%H_KkV4e|Ps-gxTLoC~K)0`h*lsT}ZEs_6a|G^$~87 zL!aFR_s23l<2>LXpt2vl@deM*7V!3iLu-T<_&|6P=APJTz|T#U z?z2?s&sAUV+jFA#=J+)(;wUHW?JR*sbPU1xI&fe(Qx>pFH=(+)Lx_9Jjh(%Lf3iJy zhHRHz8E#Sbul088Y8KHzrx`0yTM+*VA88lj8)@J9#n$}&YTjTw=Q`M}W*R`*9m%+3 zUZO^&*yOo#yudm!3&%sZhEanh2nBnQ=7E1c*0M3LUXptF96gLZ&j|vzO~J)ADIQow zC@VdWT>y-L2CySAk8jj(14enWN{SvBjmI6KQV4^Uwnx zo}?x8vHJ?x#L6<{X}OGDjeZ_4l-~b+UuELmN}Ej-_7yCRoSUcCe%qyxUwTGDs2r0-No z_CT|3wo00c5H`yv$eYFcMD`CNbg7)(%$4Sl z&TB?Njb_QSd&#-O?kllU*GN>^>&)d49?Yc)J7&8630?Qz337g*e_BbcyL;ad>?&hP zw2mNBoBO!F`vhbvpW`4;^Y_ONwcH&&$%BmrA*_6`*n@6K>=Eh1p$J6G7pt^7=Vzy!E&aO3oUY`vuM zXZk_lWyXqW6+xul{qw`m5%eZ2EMeC?Juqb4$LYAI2}!9+fBFXNz|}oA%-1vrAgG%s z@N}9x`z8V%9@l-pEJO)dp92_ju}7>ZG6Ou zy*4^yI7^2m5sHGS677+S7B$`lBLS#I*BR30Md1Y=1H7v5Q8Lc;;sqrVe3jjC@=0ZR zF>eE2f2nv9jlamephSYJK0HQzDn~EQ?}1cgK8Wh9N-vNA@Ycpexn^bS#i9{{b*X9C z)1uzO(+SM-M3#8pqIOy>U$9bOOIiF2NM8Pskd+4; zs_9=s`&czuu+xBFY@R3BS<7EgqhWh3{Ec#5f0gw`Y&HZ7;S*2Kle+xE(+P~C`#jcp zt$q;<14=P)nuJA3f8p;3e$jlkgmuY%L5&7pk$twbd3k<8i3CqKk^1Un5vRp@E*CT<17-3Rn? zfBG!Sc@cgQiUMNQeU^qvp?-meK%hK7#_Fo%FPvTAt$L5(FN*w&MI%I&>!ir8w z0)#65(_tpB#rD1BuOT#vp=W;P4zk7*C!J z;`A1LrVJsNlW~KXw?U*0LXeN>q##%+;H{jE>6u$1h(#kXtOjT-ZYu^641)-#e}z~@ zQ==7q!AJnU7euVciIaq&Mnkk=M6AlS>x5t?0mF@frqXRyA%bDR z_JxSmb2hRN#9)Z=tk@*4mJLf`f9*P-oJ}$?DRYMmv1|pm2?PQ;_015|79jay5Re@P z8UhIbx>E*)+~cnyLQz1r(;%qucyNe75Fj2I2wo2tpui^YVxm=ynAWF`2+J1z{;(xrqouAW#iNcv2=#e;@*n0iL-C zOUBxkL{K8ZQGOle)z33<{S2s=NC<0gWFj0L5cDdcbBx9&!qW+u_d|$g=6WL5?Lf0M zA=AuFPy`kMB+nBb^Js!0kN_YWqL7&v9x4J20h(nBlN=lODFSGgDrD-p35&oYfaJNt zW5&ij1^~^Gg-ks6a1mGpe~>I&c+A+4#{lqqSA@tWCNN^z3Iul$BL2(~MtHk{X8yt? z9SuPQ7D1xE<1*ici0^=8!NTO7-Qu|efNCtmrVdYc7ef?q$LGHb)1%XVvb3Qw&-`qJ zw;O2IHB3_fWKSYU)OTFwyAbhuk~_N`gy!UyBhK#ucYF!L&24jpf2#+GrZNn!nGcOX zLjX6R36jpOYJ{r?oHh^`^4VubOd25Q=n=+T`q&6hC&U=U@aR1TGlCuu5wC{`~l;?WvL`1^rk1j8a7 zjbntrAE*{FEaIuHjKE_cWcGp+JFI7fyAL?7GAz=i8;uCZfzyu#VV$_vh)DyGjcCHy zKKB|C2!fzz4UHS+40A2)Z%C95?;C-~fZu`zps39<}3~hwB8{D=dD9PFHMoe2EXgfnd zU3k<8PbZMvXb5}``x=1+0M)66MD2375qJ!c>})8TZ|#30kN}|A-LPm!dmQ2K2hv`bP1!Z*=BQ2-gUI85-Y>8B4^o z@Il8!^B>ks=Y5rR{v`di`B3d0L#>bR#*RMoQ*U?FB@cSi8%X;Y`w91v<^j$D(1y - - - - - Python Module Index — Warg 0.2.8 documentation - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + +

Python Module Index

+ +
+ w +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 
+ w
+ warg +
    + warg.arguments +
    + warg.ast_ops +
    + warg.ast_ops.arg_indentifier +
    + warg.ast_ops.first_arg_identifier +
    + warg.bases +
    + warg.bases.property_settings +
    + warg.boolean_tests +
    + warg.business +
    + warg.colors +
    + warg.colors.color_conversion +
    + warg.colors.css_colors +
    + warg.colors.label_colors +
    + warg.config_shell +
    + warg.context_wrapper +
    + warg.contexts +
    + warg.data_structures +
    + warg.data_structures.auto_dict +
    + warg.data_structures.mappings +
    + warg.data_structures.named_ordered_dictionary +
    + warg.data_structures.ordered_set +
    + warg.data_structures.sequences +
    + warg.datetimes +
    + warg.debug +
    + warg.decorators +
    + warg.decorators.caching +
    + warg.decorators.caching.look_up_table +
    + warg.decorators.caching.property_caching +
    + warg.decorators.hashing +
    + warg.decorators.kw_passing +
    + warg.decorators.timing +
    + warg.exceptions +
    + warg.functions +
    + warg.gdkc +
    + warg.generators +
    + warg.generators.cyclic_generators +
    + warg.generators.filtering +
    + warg.generators.mapping_generator +
    + warg.generators.zipping_generator +
    + warg.imports +
    + warg.manipulation +
    + warg.map_itertools +
    + warg.math +
    + warg.math.multiples +
    + warg.math.ordinals +
    + warg.math.powers +
    + warg.metas +
    + warg.metas.post_init +
    + warg.metas.singleton +
    + warg.mixins +
    + warg.mixins.dict_mixins +
    + warg.mixins.ordinal_index_mixin +
    + warg.ode +
    + warg.os +
    + warg.os.os_platform +
    + warg.os.path_utilities +
    + warg.plugin +
    + warg.replication +
    + warg.strings +
    + warg.styling +
    + warg.text +
    + warg.typing_extension +
+ + +
+ +
+
+