MCPcopy Create free account

hub / github.com/kwgoodman/la / functions

Functions1,228 in github.com/kwgoodman/la

↓ 1 callersFunctionsplit_code_at_show
Split code at plt.show()
doc/sphinxext/plot_directive.py:410
↓ 1 callersFunctionstack
Stack 2d larrys to make a 3d larry. Parameters ---------- mode : {'union', 'intersection'} Should the 3d larry be made from t
la/flarry.py:1340
↓ 1 callersFunctionstrip_comment_marker
Strip # markers at the front of a block of comment text.
doc/sphinxext/comment_eater.py:132
↓ 1 callersFunctionsuite
()
sandbox/bench.py:31
↓ 1 callersFunctionsuite
()
la/tests/deflarry_test.py:4364
↓ 1 callersFunctionsuite
()
la/util/tests/misc_test.py:42
↓ 1 callersFunctiontime2tuple
Convert datetime.time to tuple; tzinfo, if any, is lost.
la/io.py:710
↓ 1 callersMethodtocsv
Save larry to a csv file. The type information of the labels will be lost. So if a label element is, for example, an
la/deflarry.py:4529
↓ 1 callersMethodtodict
Convert to a dictionary. See Also -------- la.larry.totuples : Convert to a flattened list of tuples.
la/deflarry.py:4460
↓ 1 callersFunctiontuple2datetime
Convert tuple to a datetime.datetime object.
la/io.py:706
↓ 1 callersFunctiontuple2time
Convert tuple to a datetime.time object.
la/io.py:714
↓ 1 callersFunctionunparse
(ast, single_line_functions=False)
doc/sphinxext/compiler_unparse.py:18
↓ 1 callersFunctionwrap_always
A simple word-wrap function that wraps text on exactly width characters. It doesn't split the text in words.
la/external/prettytable.py:73
↓ 1 callersFunctionwrap_mangling_directive
(base_directive, objtype)
doc/sphinxext/numpydoc.py:144
↓ 1 callersMethodwrap_mangling_directives
(self)
doc/sphinxext/numpydoc.py:117
↓ 1 callersFunctionwrap_onspace
A word-wrap function that preserves existing line breaks and most spaces in the text. Expects that existing line breaks are posix newline
la/external/prettytable.py:50
↓ 1 callersFunctionzscore
Z-score along the specified axis. Parameters ---------- arr : ndarray Input array. axis : {int, None}, optional
la/farray/normalize.py:357
MethodA
Return a reference to the underlying Numpy array. Examples -------- >>> y = larry([1, 2, 3]) >>> y.A
la/deflarry.py:2083
FunctionPyInit_cflabel
proto*/
la/src/cflabel.c:1399
MethodT
Returns a transposed copy of the larry. Examples -------- >>> y = larry([[1, 2], [3, 4]], [['a', 'b'], ['c',
la/deflarry.py:4023
Method_Add
(self, t)
doc/sphinxext/compiler_unparse.py:94
Method_And
(self, t)
doc/sphinxext/compiler_unparse.py:97
Method_AssAttr
Handle assigning an attribute of an object
doc/sphinxext/compiler_unparse.py:105
Method_AssName
Name on left hand side of expression. Treat just like a name on the right side of an expression.
doc/sphinxext/compiler_unparse.py:125
Method_AssTuple
Tuple on left hand side of an expression.
doc/sphinxext/compiler_unparse.py:132
Method_Assign
Expression Assignment such as "a = 1". This only handles assignment in expressions. Keyword assignment is handled separatel
doc/sphinxext/compiler_unparse.py:111
Method_AugAssign
+=,-=,*=,/=,**=, etc. operations
doc/sphinxext/compiler_unparse.py:145
Method_Bitand
Bit and operation.
doc/sphinxext/compiler_unparse.py:156
Method_Bitor
Bit or operation
doc/sphinxext/compiler_unparse.py:167
Method_CallFunc
Function call.
doc/sphinxext/compiler_unparse.py:178
Method_Compare
(self, t)
doc/sphinxext/compiler_unparse.py:200
Method_Const
A constant value such as an integer value, 3, or a string, "hello".
doc/sphinxext/compiler_unparse.py:206
Method_Decorators
Handle function decorators (eg. @has_units)
doc/sphinxext/compiler_unparse.py:211
Method_Dict
(self, t)
doc/sphinxext/compiler_unparse.py:217
Method_Discard
Node for when return value is ignored such as in "foo(a)".
doc/sphinxext/compiler_unparse.py:227
Method_Div
(self, t)
doc/sphinxext/compiler_unparse.py:233
Method_Ellipsis
(self, t)
doc/sphinxext/compiler_unparse.py:236
Method_From
Handle "from xyz import foo, bar as baz".
doc/sphinxext/compiler_unparse.py:239
Method_Function
Handle function definitions
doc/sphinxext/compiler_unparse.py:253
Method_Getattr
Handle getting an attribute of an object
doc/sphinxext/compiler_unparse.py:276
Method_If
(self, t)
doc/sphinxext/compiler_unparse.py:288
Method_IfExp
(self, t)
doc/sphinxext/compiler_unparse.py:311
Method_Import
Handle "import xyz.foo".
doc/sphinxext/compiler_unparse.py:321
Method_Keyword
Keyword value assignment within function calls and definitions.
doc/sphinxext/compiler_unparse.py:333
Method_List
(self, t)
doc/sphinxext/compiler_unparse.py:340
Method_Module
(self, t)
doc/sphinxext/compiler_unparse.py:348
Method_Mul
(self, t)
doc/sphinxext/compiler_unparse.py:353
Method_NoneType
(self, t)
doc/sphinxext/compiler_unparse.py:359
Method_Not
(self, t)
doc/sphinxext/compiler_unparse.py:362
Method_Or
(self, t)
doc/sphinxext/compiler_unparse.py:367
Method_Pass
(self, t)
doc/sphinxext/compiler_unparse.py:375
Method_Power
(self, t)
doc/sphinxext/compiler_unparse.py:390
Method_Printnl
(self, t)
doc/sphinxext/compiler_unparse.py:378
Method_Return
(self, t)
doc/sphinxext/compiler_unparse.py:393
Method_Slice
(self, t)
doc/sphinxext/compiler_unparse.py:404
Method_Sliceobj
(self, t)
doc/sphinxext/compiler_unparse.py:417
Method_Stmt
(self, tree)
doc/sphinxext/compiler_unparse.py:424
Method_Sub
(self, t)
doc/sphinxext/compiler_unparse.py:428
Method_Subscript
(self, t)
doc/sphinxext/compiler_unparse.py:431
Method_TryExcept
(self, t)
doc/sphinxext/compiler_unparse.py:440
Method_Tuple
(self, t)
doc/sphinxext/compiler_unparse.py:462
Method_UnaryAdd
(self, t)
doc/sphinxext/compiler_unparse.py:481
Method_UnarySub
(self, t)
doc/sphinxext/compiler_unparse.py:485
Method_With
(self, t)
doc/sphinxext/compiler_unparse.py:489
Function__Pyx_GetItemInt_Fast
la/src/cflabel.c:434
Function__Pyx_GetItemInt_List_Fast
la/src/cflabel.c:393
Function__Pyx_GetItemInt_Tuple_Fast
la/src/cflabel.c:413
Function__Pyx_PyIndex_AsSsize_t
la/src/cflabel.c:2431
Function__Pyx_PyInt_AsChar
la/src/cflabel.c:1835
Function__Pyx_PyInt_AsLongDouble
la/src/cflabel.c:1949
Function__Pyx_PyInt_AsLongLong
la/src/cflabel.c:2073
Function__Pyx_PyInt_AsShort
la/src/cflabel.c:1854
Function__Pyx_PyInt_AsSignedChar
la/src/cflabel.c:1892
Function__Pyx_PyInt_AsSignedInt
la/src/cflabel.c:1930
Function__Pyx_PyInt_AsSignedLongLong
la/src/cflabel.c:2143
Function__Pyx_PyInt_AsSignedShort
la/src/cflabel.c:1911
Function__Pyx_PyInt_AsSize_t
la/src/cflabel.c:2454
Function__Pyx_PyInt_AsUnsignedChar
la/src/cflabel.c:1778
Function__Pyx_PyInt_AsUnsignedInt
la/src/cflabel.c:1816
Function__Pyx_PyInt_AsUnsignedShort
la/src/cflabel.c:1797
Function__Pyx_PyInt_FromSize_t
la/src/cflabel.c:2440
Function__Pyx_SetItemInt_Fast
la/src/cflabel.c:487
Method__abs__
Absolute value of x. Returns ------- out : larry Returns a copy with the absolute values of the
la/deflarry.py:498
Method__add__
Sum a larry with another larry, Numpy array, or scalar. If two larrys are added then the larrys are joined with an inner joi
la/deflarry.py:644
Method__and__
Logical and a larry with another larry, Numpy array, or scalar. Notes ----- Numpy defines & as bitwise_and;
la/deflarry.py:840
Method__div__
Divide a larry with another larry, Numpy array, or scalar. If two larrys are divided then the larrys are joined with an inne
la/deflarry.py:737
Method__eq__
Element by element equality (==) comparison.
la/deflarry.py:1548
Method__ge__
Element by element 'greater than or equal to' (>=) comparison.
la/deflarry.py:1568
Method__getitem__
(self, n)
doc/sphinxext/docscrape.py:31
Method__getitem__
(self,key)
doc/sphinxext/docscrape.py:112
Method__getitem__
(self, key)
la/io.py:189
Method__getitem__
Index into a larry. Examples -------- >>> y = larry([[1, 2], [3, 4]]) >>> y[0,0] 1 >>> y[0,:
la/deflarry.py:1616
Method__getitem__
(self2, index)
la/deflarry.py:4839
Method__gt__
Element by element 'greater than' (>) comparison.
la/deflarry.py:1560
Method__init__
(self, cls, modulename='', func_doc=SphinxFunctionDoc)
doc/sphinxext/traitsdoc.py:30
Method__init__
(self, docstring, config={})
doc/sphinxext/docscrape.py:87
Method__init__
(self, func, role='func', doc=None, config={})
doc/sphinxext/docscrape.py:413
Method__init__
(self, cls, doc=None, modulename='', func_doc=FunctionDoc, config={})
doc/sphinxext/docscrape.py:463
Method__init__
(self, docstring, config={})
doc/sphinxext/docscrape_sphinx.py:6
Method__init__
(self, obj, doc=None, config={})
doc/sphinxext/docscrape_sphinx.py:195
← previousnext →301–400 of 1,228, ranked by callers