Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/kwgoodman/la
/ functions
Functions
1,228 in github.com/kwgoodman/la
⨍
Functions
1,228
◇
Types & classes
71
↓ 1 callers
Function
split_code_at_show
Split code at plt.show()
doc/sphinxext/plot_directive.py:410
↓ 1 callers
Function
stack
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 callers
Function
strip_comment_marker
Strip # markers at the front of a block of comment text.
doc/sphinxext/comment_eater.py:132
↓ 1 callers
Function
suite
()
sandbox/bench.py:31
↓ 1 callers
Function
suite
()
la/tests/deflarry_test.py:4364
↓ 1 callers
Function
suite
()
la/util/tests/misc_test.py:42
↓ 1 callers
Function
time2tuple
Convert datetime.time to tuple; tzinfo, if any, is lost.
la/io.py:710
↓ 1 callers
Method
tocsv
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 callers
Method
todict
Convert to a dictionary. See Also -------- la.larry.totuples : Convert to a flattened list of tuples.
la/deflarry.py:4460
↓ 1 callers
Function
tuple2datetime
Convert tuple to a datetime.datetime object.
la/io.py:706
↓ 1 callers
Function
tuple2time
Convert tuple to a datetime.time object.
la/io.py:714
↓ 1 callers
Function
unparse
(ast, single_line_functions=False)
doc/sphinxext/compiler_unparse.py:18
↓ 1 callers
Function
wrap_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 callers
Function
wrap_mangling_directive
(base_directive, objtype)
doc/sphinxext/numpydoc.py:144
↓ 1 callers
Method
wrap_mangling_directives
(self)
doc/sphinxext/numpydoc.py:117
↓ 1 callers
Function
wrap_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 callers
Function
zscore
Z-score along the specified axis. Parameters ---------- arr : ndarray Input array. axis : {int, None}, optional
la/farray/normalize.py:357
Method
A
Return a reference to the underlying Numpy array. Examples -------- >>> y = larry([1, 2, 3]) >>> y.A
la/deflarry.py:2083
Function
PyInit_cflabel
proto*/
la/src/cflabel.c:1399
Method
T
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
← previous
next →
301–400 of 1,228, ranked by callers