MCPcopy Create free account

hub / github.com/ColdGrub1384/Pyto / functions

Functions43,589 in github.com/ColdGrub1384/Pyto

↓ 15 callersMethod__cputype
(self, n)
site-packages/numpy/distutils/cpuinfo.py:319
↓ 15 callersMethod__machine
(self, n)
site-packages/numpy/distutils/cpuinfo.py:340
↓ 15 callersMethod_assert_where_conversion
test coercion triggered by where
site-packages/pandas/tests/indexing/test_coercion.py:441
↓ 15 callersFunction_clean_args
Helper function for delegating arguments to Python string functions. Many of the Python string operations that have optional arguments
site-packages/numpy/core/defchararray.py:78
↓ 15 callersMethod_get_block_manager_axis
Map the axis to the block_manager axis.
site-packages/pandas/core/generic.py:382
↓ 15 callersFunction_noarg_wrapper
(f, docstring=None, **kargs)
site-packages/pandas/core/strings.py:1746
↓ 15 callersFunction_preprocess_data
A decorator to add a 'data' kwarg to any a function. The signature of the input function must include the ax argument at the first position
site-packages/matplotlib/__init__.py:1614
↓ 15 callersMethod_reset_identity
Initializes or resets ``_id`` attribute with new object.
site-packages/pandas/core/indexes/base.py:633
↓ 15 callersMethod_set_position
private version of set_position. Call this internally to get the same functionality of `get_position`, but not to take the a
site-packages/matplotlib/axes/_base.py:876
↓ 15 callersMethod_summary
Return a summarized representation. Parameters ---------- name : str name to use in the summary represen
site-packages/pandas/core/indexes/base.py:1062
↓ 15 callersMethodacquire_lock
Lock the screen for modification so that it will not be corrupted. :param blocking: By default the method blocks until a lock is acqu
site-packages/system/shscreens.py:225
↓ 15 callersMethodadd_data_dir
Recursively add files under data_path to data_files list. Recursively add files under data_path to the list of data_files to be insta
site-packages/numpy/distutils/misc_util.py:1054
↓ 15 callersMethodadd_line
Add a :class:`~matplotlib.lines.Line2D` to the list of plot lines Returns the line.
site-packages/matplotlib/axes/_base.py:1884
↓ 15 callersFunctionadd_newdoc
(module, name, doc)
site-packages/numpy/doc/constants.py:22
↓ 15 callersFunctionas_json_table_type
Convert a NumPy / pandas type to its corresponding json_table. Parameters ---------- x : array or dtype Returns -------
site-packages/pandas/io/json/table_schema.py:22
↓ 15 callersMethodassertIsNot
(self, value, test, message = None)
Pyto Mac/PyObjC/PyObjCTools/TestSupport.py:899
↓ 15 callersFunctionassert_stat_op_api
Check that API for operator opname works as advertised on frame Parameters ---------- opname : string Name of the operator t
site-packages/pandas/tests/frame/test_analytics.py:116
↓ 15 callersMethodbool
Return the bool of a single element PandasObject. This must be a boolean scalar value, either True or False. Raise a ValueE
site-packages/pandas/core/generic.py:1485
↓ 15 callersFunctionbuild_err_msg
(arrays, err_msg, header='Items are not equal:', verbose=True, names=('ACTUAL', 'DESIRED'),
site-packages/numpy/testing/_private/utils.py:266
↓ 15 callersMethodcheck_funs
(self, testfunc, targfunc, allow_complex=True, allow_all_nan=True, allow_str=True, allow_da
site-packages/pandas/tests/test_nanops.py:220
↓ 15 callersMethodcreate_index
(self, closed='right')
site-packages/pandas/tests/indexes/interval/test_interval.py:34
↓ 15 callersFunctioncrosstab
Compute a simple cross tabulation of two (or more) factors. By default computes a frequency table of the factors unless an array of values an
site-packages/pandas/core/reshape/pivot.py:391
↓ 15 callersMethodcustomize
Customize Fortran compiler. This method gets Fortran compiler specific information from (i) class definition, (ii) environment, (iii)
site-packages/numpy/distutils/fcompiler/__init__.py:440
↓ 15 callersMethoddraw
(self)
site-packages/matplotlib/backends/backend_ps.py:908
↓ 15 callersMethoddst
(self, dt)
site-packages/dateutil/test/test_tz.py:2262
↓ 15 callersMethodfind_types
This is the search function. The most important part to debug. `remove_statements` and `filter_statements` really are the core part o
site-packages/jedi/evaluate/__init__.py:93
↓ 15 callersMethodflush
(self)
Pyto Mac/pip/_vendor/urllib3/response.py:105
↓ 15 callersFunctionfname2def
(name)
site-packages/numpy/core/setup_common.py:198
↓ 15 callersMethodformatter
(value)
site-packages/pandas/io/formats/format.py:1034
↓ 15 callersMethodfull
(self)
site-packages/jedi/api/classes.py:710
↓ 15 callersMethodget
(self, key)
Pyto Mac/pip/_vendor/cachecontrol/cache.py:10
↓ 15 callersFunctiongetAll
( context, tag )
site-packages/matplotlib/backends/web_backend/jquery/js/jquery-1.11.3.js:5353
↓ 15 callersMethodget_indexer
(self, target, method=None, limit=None, tolerance=None)
site-packages/pandas/core/indexes/category.py:561
↓ 15 callersMethodget_indexer_non_unique
(self, target)
site-packages/pandas/core/indexes/base.py:4429
↓ 15 callersMethodhas_section
(self, name)
site-packages/pip.py:370
↓ 15 callersMethodinsert
Make new Index inserting new item at location. Follows Python list.append semantics for negative values. Parameters
site-packages/pandas/core/indexes/base.py:4918
↓ 15 callersMethodinsert
Make new Index inserting new item at location Parameters ---------- loc : int item : object if n
site-packages/pandas/core/indexes/datetimes.py:1209
↓ 15 callersMethodinsert_option_group
Insert an OptionGroup at a given position.
Pyto Mac/pip/_internal/cli/parser.py:113
↓ 15 callersFunctionis_iterator
Check if the object is an iterator. For example, lists are considered iterators but not strings or datetime objects. Parameters
site-packages/pandas/core/dtypes/inference.py:120
↓ 15 callersFunctionis_string_dtype
Check whether the provided array or dtype is of the string dtype. Parameters ---------- arr_or_dtype : array-like The array
site-packages/pandas/core/dtypes/common.py:611
↓ 15 callersFunctionis_term
(obj)
site-packages/pandas/core/computation/ops.py:317
↓ 15 callersFunctionisfunction
(rout)
site-packages/numpy/f2py/auxfuncs.py:259
↓ 15 callersMethodisinstance
(self, *cls)
site-packages/jedi/evaluate/representation.py:359
↓ 15 callersMethoditems
Returns key-value pairs like dict.items() representing the loaded configuration
Pyto Mac/pip/_internal/configuration.py:132
↓ 15 callersMethoditerkeys
(self)
site-packages/numpy/lib/npyio.py:278
↓ 15 callersMethodkeys
Return a (potentially unordered) list of the keys corresponding to the objects stored in the HDFStore. These are ABSOLUTE path-names
site-packages/pandas/io/pytables.py:535
↓ 15 callersMethodlen
(self, text)
site-packages/pandas/io/formats/format.py:321
↓ 15 callersFunctionloads
(s, filename='<string>', translate=lambda t, x, v: v, object_pairs_hook=dict)
site-packages/pytoml/parser.py:12
↓ 15 callersFunctionmakeFY5253NearestEndMonth
(*args, **kwds)
site-packages/pandas/tests/tseries/offsets/test_fiscal.py:29
↓ 15 callersFunctionmake_mask_none
Return a boolean mask of the given shape, filled with False. This function returns a boolean ndarray with all entries False, that can be
site-packages/numpy/ma/core.py:1647
↓ 15 callersMethodnormalized
Return a version of this object represented entirely using integer values for the relative attributes. >>> relativedelta(day
site-packages/dateutil/relativedelta.py:273
↓ 15 callersMethodnull
(staticmethod) Create a new null :class:`Bbox` from (inf, inf) to (-inf, -inf).
site-packages/matplotlib/transforms.py:802
↓ 15 callersMethodohlc
Compute sum of values, excluding missing values. For multiple groupings, the result index will be a MultiIndex
site-packages/pandas/core/groupby/groupby.py:1311
↓ 15 callersMethodopen
(self, fignum)
site-packages/matplotlib/backends/backend_webagg.py:138
↓ 15 callersMethodopen
Open the file in the specified mode Parameters ---------- mode : {'a', 'w', 'r', 'r+'}, default 'a' See
site-packages/pandas/io/pytables.py:555
↓ 15 callersMethodouter
Return the function applied to the outer product of a and b.
site-packages/numpy/ma/core.py:6498
↓ 15 callersFunctionp
(s)
site-packages/pandas/tests/io/msgpack/test_extension.py:12
↓ 15 callersMethodparse_args
(self, args)
Pyto Mac/pip/_internal/cli/base_command.py:122
↓ 15 callersMethodpcolor
r""" Create a pseudocolor plot with a non-regular rectangular grid. Call signature:: pcolor([X, Y,] C, **kwargs)
site-packages/matplotlib/axes/_axes.py:5582
↓ 15 callersMethodpop
Pop a nonterminal. (Internal)
site-packages/jedi/parser/pgen2/parse.py:188
↓ 15 callersMethodread
(self, coerce_float=True, parse_dates=None, columns=None, chunksize=None)
site-packages/pandas/io/sql.py:707
↓ 15 callersFunctionread_sas
Read SAS files stored as either XPORT or SAS7BDAT format files. Parameters ---------- filepath_or_buffer : string or file-like objec
site-packages/pandas/io/sas/sasreader.py:9
↓ 15 callersFunctionregister_preferred_encoding
Register a preferred conversion between an Objective-C type encoding and a ctypes type. This overwrites any existing conversions in each direction
site-packages/rubicon/objc/types.py:321
↓ 15 callersMethodresolve
Resolve strings to objects using standard import and attribute syntax.
site-packages/distlib/compat.py:1013
↓ 15 callersFunctionsel32or64
(a, b)
Pyto Mac/PyObjC/MediaAccessibility/_metadata.py:8
↓ 15 callersFunctionsel32or64
(a, b)
Pyto Mac/PyObjC/Quartz/ImageIO/_metadata.py:8
↓ 15 callersMethodselect
Retrieve pandas object stored in file, optionally based on where criteria Parameters ---------- key : object
site-packages/pandas/io/pytables.py:686
↓ 15 callersMethodset_clip_path
(self, path)
site-packages/matplotlib/backends/backend_cairo.py:497
↓ 15 callersMethodset_position
Set the (*x*, *y*) position of the text. Parameters ---------- xy : (float, float)
site-packages/matplotlib/text.py:1119
↓ 15 callersMethodset_y
Set the *y* position of the text. Parameters ---------- y : float
site-packages/matplotlib/text.py:1141
↓ 15 callersMethodshrink
(self)
site-packages/matplotlib/mathtext.py:1395
↓ 15 callersFunctionsqrt
Compute the square root of x. For negative input elements, a complex value is returned (unlike `numpy.sqrt` which returns NaN). Par
site-packages/numpy/lib/scimath.py:186
↓ 15 callersMethodsqueeze
Return a possibly reshaped matrix. Refer to `numpy.squeeze` for more documentation. Parameters ---------- a
site-packages/numpy/matrixlib/defmatrix.py:325
↓ 15 callersMethodtransform_non_affine
Performs only the non-affine part of the transformation. ``transform(values)`` is always equivalent to ``transform_affine(tr
site-packages/matplotlib/transforms.py:1458
↓ 15 callersMethodunit_circle
Return the readonly :class:`Path` of the unit circle. For most cases, :func:`Path.circle` will be what you want.
site-packages/matplotlib/path.py:704
↓ 15 callersMethodview
Returns a view of the mrecarray.
site-packages/numpy/ma/mrecords.py:368
↓ 15 callersFunctionwide_to_long
r""" Wide panel to long format. Less flexible but more user-friendly than melt. With stubnames ['A', 'B'], this function expects to find one
site-packages/pandas/core/reshape/melt.py:181
↓ 14 callersMethod__array__
The numpy array interface. Returns ------- values : numpy array A numpy array of either the specified dt
site-packages/pandas/core/arrays/categorical.py:1286
↓ 14 callersMethod__init__
Parameters ---------- pad : float, optional Boundary pad. sep : float, optional Spacing betw
site-packages/matplotlib/offsetbox.py:322
↓ 14 callersMethod__write
Write string s to the stream if a whole new block is ready to be written.
site-packages/distlib/_backport/tarfile.py:479
↓ 14 callersMethod_apply
Rolling statistical measure using supplied function. Designed to be used with passed-in Cython array-based functions. Parame
site-packages/pandas/core/window.py:2279
↓ 14 callersMethod_arg
Read and return an integer argument *nbytes* long. Signedness is determined by the *signed* keyword.
site-packages/matplotlib/dviread.py:309
↓ 14 callersMethod_assert_setitem_series_conversion
test series value's coercion triggered by assignment
site-packages/pandas/tests/indexing/test_coercion.py:65
↓ 14 callersMethod_check_compiler
(self)
site-packages/numpy/distutils/command/config.py:39
↓ 14 callersMethod_check_moment_func
(self, static_comp, name, has_min_periods=True, has_center=True, has_time_rule=True
site-packages/pandas/tests/test_window.py:1520
↓ 14 callersFunction_commonType
(*arrays)
site-packages/numpy/linalg/linalg.py:144
↓ 14 callersMethod_dbg
Write debugging output to sys.stderr.
Pyto Mac/pip/_vendor/distlib/_backport/tarfile.py:2532
↓ 14 callersMethod_dbg
Write debugging output to sys.stderr.
site-packages/distlib/_backport/tarfile.py:2532
↓ 14 callersFunction_eval_single_bin
(lhs, cmp1, rhs, engine)
site-packages/pandas/tests/computation/test_eval.py:78
↓ 14 callersFunction_filter_nodes
Filter out AST nodes that are subclasses of ``superclass``.
site-packages/pandas/core/computation/expr.py:160
↓ 14 callersMethod_get_offset
(self, klass, value=1, normalize=False)
site-packages/pandas/tests/tseries/offsets/test_offsets.py:68
↓ 14 callersMethod_is_level_reference
Test whether a key is a level reference for a given axis. To be considered a level reference, `key` must be a string that:
site-packages/pandas/core/generic.py:1516
↓ 14 callersFunction_makearray
(a)
site-packages/numpy/linalg/linalg.py:116
↓ 14 callersMethod_maybe_convert_i8
Maybe convert a given key to it's equivalent i8 value(s). Used as a preprocessing step prior to IntervalTree queries (self._engine),
site-packages/pandas/core/indexes/interval.py:597
↓ 14 callersFunction_mklbl
(prefix, n)
site-packages/pandas/tests/indexing/common.py:23
↓ 14 callersFunction_numeric_methods
Implement forward, reflected and inplace binary methods with a ufunc.
site-packages/numpy/lib/mixins.py:48
↓ 14 callersFunction_offset
(window, center)
site-packages/pandas/core/window.py:2570
↓ 14 callersFunction_p_ws
(s)
Pyto Mac/pip/_vendor/pytoml/parser.py:180
↓ 14 callersFunction_p_ws
(s)
site-packages/pytoml/parser.py:179
↓ 14 callersFunction_recode_for_categories
Convert a set of codes for to a new set of categories Parameters ---------- codes : array old_categories, new_categories : Index
site-packages/pandas/core/arrays/categorical.py:2602
← previousnext →1,301–1,400 of 43,589, ranked by callers