MCPcopy Create free account

hub / github.com/ColdGrub1384/Pyto / functions

Functions43,589 in github.com/ColdGrub1384/Pyto

↓ 12 callersFunctionensure_directory
Ensure that the parent directory of `path` exists
site-packages/pkg_resources/__init__.py:3110
↓ 12 callersFunctionexample_pcolor
(ax, fontsize=12)
site-packages/matplotlib/tests/test_constrainedlayout.py:22
↓ 12 callersFunctionexpanduser
Expand ~ and ~user constructions. Includes a workaround for https://bugs.python.org/issue14768
Pyto Mac/pip/_internal/utils/compat.py:188
↓ 12 callersMethodfillna
Fill missing values with `value`. Parameters ---------- value : scalar, optional method : str, optional
site-packages/pandas/core/arrays/sparse.py:837
↓ 12 callersMethodflush
Force all buffered modifications to be written to disk. Parameters ---------- fsync : bool (default False)
site-packages/pandas/io/pytables.py:645
↓ 12 callersMethodfrom_extents
(staticmethod) Create a new Bbox from *left*, *bottom*, *right* and *top*. The *y*-axis increases upwards.
site-packages/matplotlib/transforms.py:820
↓ 12 callersFunctiongeneral_pasteboard
Returns the Objective-C representation of the general pasteboard.
site-packages/pasteboard.py:31
↓ 12 callersMethodget_color
Return the color of the text
site-packages/matplotlib/text.py:764
↓ 12 callersMethodget_fillstyle
(self)
site-packages/matplotlib/markers.py:266
↓ 12 callersMethodget_linewidth
(self)
site-packages/matplotlib/lines.py:865
↓ 12 callersMethodget_name
Return the name of the font that best matches the font properties.
site-packages/matplotlib/font_manager.py:646
↓ 12 callersMethodget_scale
(self)
site-packages/matplotlib/axis.py:763
↓ 12 callersMethodget_sketch_params
Returns the sketch parameters for the artist. Returns ------- sketch_params : tuple or `None` A 3-tuple
site-packages/matplotlib/artist.py:560
↓ 12 callersMethodget_value
return the value for the location i
site-packages/pandas/tests/indexing/common.py:164
↓ 12 callersMethodget_width_height
(self)
site-packages/matplotlib/backends/backend_qt5.py:290
↓ 12 callersMethodget_xbound
Return the lower and upper x-axis bounds, in increasing order. See Also -------- set_xbound get_xlim, set_xl
site-packages/matplotlib/axes/_base.py:3045
↓ 12 callersFunctiongettz
This retrieves a time zone from the local zoneinfo tarball that is packaged with dateutil. :param name: An IANA-style time zone
site-packages/dateutil/zoneinfo/__init__.py:109
↓ 12 callersMethodhas_data
Return *True* if any artists have been added to axes. This should not be used to determine whether the *dataLim* need to be
site-packages/matplotlib/axes/_base.py:1786
↓ 12 callersMethodholds_integer
(self)
site-packages/pandas/core/indexes/base.py:1725
↓ 12 callersMethodinfo
Print detailed information on the store. .. versionadded:: 0.21.0
site-packages/pandas/io/pytables.py:1214
↓ 12 callersFunctioninput
Requests input with given prompt. Args: prompt: Text printed before the user's input without a newline.
site-packages/console.py:384
↓ 12 callersMethodinterp
site-packages/matplotlib/tri/_tri.cpp:980
↓ 12 callersMethodinverted
(self)
site-packages/mpl_toolkits/tests/test_axisartist_grid_helper_curvelinear.py:48
↓ 12 callersFunctionis_extension_type
Check whether an array-like is of a pandas extension class instance. Extension classes include categoricals, pandas sparse objects (i.e.
site-packages/pandas/core/dtypes/common.py:1668
↓ 12 callersMethodis_masked
site-packages/matplotlib/tri/_tri.cpp:532
↓ 12 callersFunctionis_timedelta64_ns_dtype
Check whether the provided array or dtype is of the timedelta64[ns] dtype. This is a very specific dtype, so generic ones like `np.timedelta
site-packages/pandas/core/dtypes/common.py:1185
↓ 12 callersFunctionisexternal
(var)
site-packages/numpy/f2py/auxfuncs.py:385
↓ 12 callersMethodissym
(self)
site-packages/distlib/_backport/tarfile.py:1564
↓ 12 callersMethodlegend
Place a legend on the figure. To make a legend from existing artists on every axes:: legend() To make a legend f
site-packages/matplotlib/figure.py:1703
↓ 12 callersMethodlookup
Look for values in registry in Microsoft software registry. Parameters ---------- key: str Registry key
site-packages/setuptools/msvc.py:429
↓ 12 callersMethodmargins
Set or retrieve autoscaling margins. The padding added to each limit of the axes is the *margin* times the data interval. Al
site-packages/matplotlib/axes/_base.py:2261
↓ 12 callersFunctionnargsort
This is intended to be a drop-in replacement for np.argsort which handles NaNs. It adds ascending and na_position parameters. GH #6399, #
site-packages/pandas/core/sorting.py:234
↓ 12 callersMethodnonsingular
(self, vmin, vmax)
site-packages/matplotlib/ticker.py:2233
↓ 12 callersMethodpchanged
Fire an event when property changed, calling all of the registered callbacks.
site-packages/matplotlib/artist.py:310
↓ 12 callersFunctionpng_save_int_32
The png_save_int_32 function assumes integers are stored in two's * complement format. If this isn't the case, then this routine needs to * be modi
libpng/png.c:673
↓ 12 callersMethodraise_if_exceeds
raise a RuntimeError if Locator attempts to create more than MAXTICKS locs
site-packages/matplotlib/ticker.py:1445
↓ 12 callersMethodremove
(self, req)
Pyto Mac/pip/_internal/req/req_tracker.py:65
↓ 12 callersMethodrun_arithmetic
(self, df, other, assert_func, check_dtype=False, test_flex=True)
site-packages/pandas/tests/test_expressions.py:56
↓ 12 callersMethodseek
Seek of stdout is not the real seek as file, it seems merely set the current posotion as the given parameter. :param offset:
site-packages/system/shio.py:47
↓ 12 callersFunctionsel32or64
(a, b)
Pyto Mac/PyObjC/JavaScriptCore/_metadata.py:8
↓ 12 callersFunctionsel32or64
(a, b)
Pyto Mac/PyObjC/DiskArbitration/_metadata.py:8
↓ 12 callersMethodsend_message
Call `matplotlib.backend_managers.ToolManager.message_event`
site-packages/matplotlib/backend_tools.py:327
↓ 12 callersMethodset_clip_box
Set the artist's clip `~.transforms.Bbox`. Parameters ---------- clipbox : `matplotlib.transforms.Bbox`
site-packages/matplotlib/text.py:539
↓ 12 callersMethodset_locs
(self, locs)
site-packages/matplotlib/ticker.py:285
↓ 12 callersMethodset_units
set the units for axis ACCEPTS: a units tag
site-packages/matplotlib/axis.py:1533
↓ 12 callersMethodset_xticklabels
Set the x-tick labels with list of string labels. Parameters ---------- labels : List[str] List of strin
site-packages/matplotlib/axes/_base.py:3390
↓ 12 callersMethodshape
(self)
site-packages/matplotlib/streamplot.py:339
↓ 12 callersMethodshow
(self)
site-packages/matplotlib/backends/backend_gtk3.py:410
↓ 12 callersFunctiontimer
(s, v='', nloop=500, nrep=3)
site-packages/numpy/ma/bench.py:41
↓ 12 callersMethodto_numpy
Convert the PandasArray to a :class:`numpy.ndarray`. By default, this requires no coercion or copying of data. Parameters
site-packages/pandas/core/arrays/numpy_.py:403
↓ 12 callersMethodto_pickle
Pickle (serialize) object to file. Parameters ---------- path : str File path where the pickled object w
site-packages/pandas/core/generic.py:2533
↓ 12 callersFunctiontquery
Replace removed sql.tquery function
site-packages/pandas/tests/io/test_sql.py:2227
↓ 12 callersMethodupdate
(self, dest, url, rev_options)
Pyto Mac/pip/_internal/vcs/git.py:238
↓ 12 callersMethodvlines
Plot vertical lines. Plot vertical lines at each *x* from *ymin* to *ymax*. Parameters ---------- x : scala
site-packages/matplotlib/axes/_axes.py:1082
↓ 12 callersMethodwrite_array
(self, key, value, items=None)
site-packages/pandas/io/pytables.py:2717
↓ 12 callersMethodyaxis_inverted
Return whether the y-axis is inverted. The axis is inverted if the bottom value is larger than the top value. See Also
site-packages/matplotlib/axes/_base.py:3438
↓ 12 callersMethodzfill
Pad strings in the Series/Index by prepending '0' characters. Strings in the Series/Index are padded with '0' characters on the
site-packages/pandas/core/strings.py:2587
↓ 11 callersFunctionError
Helper class to raise parser errors.
site-packages/matplotlib/mathtext.py:2191
↓ 11 callersMethod__init__
(self, ax, xy, callback=None, useblit=True)
site-packages/matplotlib/widgets.py:2772
↓ 11 callersMethod__read
Return size bytes from stream. If internal buffer is empty, read another block from the stream.
Pyto Mac/pip/_vendor/distlib/_backport/tarfile.py:604
↓ 11 callersMethod__read
Return size bytes from stream. If internal buffer is empty, read another block from the stream.
site-packages/distlib/_backport/tarfile.py:604
↓ 11 callersFunction_assertNdSquareness
(*arrays)
site-packages/numpy/linalg/linalg.py:209
↓ 11 callersMethod_check_stat_op
(self, name, alternate, string_series_, check_objects=False, check_allna=False)
site-packages/pandas/tests/reductions/test_stat_reductions.py:22
↓ 11 callersFunction_escapeRegexRangeChars
(s)
Pyto Mac/pip/_vendor/pyparsing.py:5019
↓ 11 callersFunction_escapeRegexRangeChars
(s)
site-packages/pyparsing.py:5019
↓ 11 callersFunction_get_dtype
Get the dtype instance associated with an array or dtype object. Parameters ---------- arr_or_dtype : array-like The arr
site-packages/pandas/core/dtypes/common.py:1835
↓ 11 callersMethod_get_item_cache
Return the cached item, item represents a label indexer.
site-packages/pandas/core/generic.py:3055
↓ 11 callersMethod_get_label_or_level_values
Return a 1-D array of values associated with `key`, a label or level from the given `axis`. Retrieval logic: - (ax
site-packages/pandas/core/generic.py:1659
↓ 11 callersMethod_half_fill
(self)
site-packages/matplotlib/markers.py:417
↓ 11 callersFunction_maybe_cast
(arr)
site-packages/pandas/io/date_converters.py:45
↓ 11 callersMethod_maybe_mask_results
Parameters ---------- result : a ndarray fill_value : object, default iNaT convert : string/dtype or None
site-packages/pandas/core/arrays/datetimelike.py:736
↓ 11 callersFunction_pad_bytes
Take a char string and pads it with null bytes until it's length chars.
site-packages/pandas/io/stata.py:1783
↓ 11 callersMethod_parse
(file)
site-packages/matplotlib/dviread.py:966
↓ 11 callersMethod_read
(self, n)
Pyto Mac/pip/_vendor/msgpack/fallback.py:314
↓ 11 callersFunction_read_field
(name)
site-packages/setuptools/dist.py:76
↓ 11 callersMethod_test_all
(self, utc_dt, wanted)
site-packages/pytz/tests/test_tzinfo.py:299
↓ 11 callersFunction_transpose_vectorized
Transposition of an array of matrices *M*.
site-packages/matplotlib/tri/triinterpolate.py:1526
↓ 11 callersFunction_wrap_inplace_method
return an inplace wrapper for this method
site-packages/pandas/core/ops.py:1406
↓ 11 callersMethodassertPicklable
Assert that an object can be pickled and unpickled. This assertion assumes that the desired behavior is that the unpickled object com
site-packages/dateutil/test/_common.py:78
↓ 11 callersFunctionassert_extension_array_equal
Check that left and right ExtensionArrays are equal. Parameters ---------- left, right : ExtensionArray The two arrays to compare
site-packages/pandas/util/testing.py:1174
↓ 11 callersMethodbeginStream
(self, id, len, extra=None, png=None)
site-packages/matplotlib/backends/backend_pdf.py:621
↓ 11 callersFunctioncadd
(line, s=chooks)
site-packages/numpy/f2py/common_rules.py:60
↓ 11 callersMethodcenter
(self, width, fillchar=' ')
site-packages/pandas/core/strings.py:2576
↓ 11 callersFunctionchebval
Evaluate a Chebyshev series at points x. If `c` is of length `n + 1`, this function returns the value: .. math:: p(x) = c_0 * T_0(x) +
site-packages/numpy/polynomial/chebyshev.py:1108
↓ 11 callersMethodclear
Clear all elements and results names.
site-packages/setuptools/_vendor/pyparsing.py:637
↓ 11 callersMethodclose
Releases the connection back to the pool. Once this method has been called the underlying ``raw`` object must not be accessed again.
Pyto Mac/pip/_vendor/requests/models.py:942
↓ 11 callersMethodclose
(self)
Pyto Mac/pip/_internal/download.py:255
↓ 11 callersFunctioncmp
(a, b)
site-packages/pandas/tests/extension/test_numpy.py:66
↓ 11 callersFunctioncol
Returns current column within a string, counting newlines as line separators. The first column is number 1. Note: the default parsing behavior
Pyto Mac/pip/_vendor/pyparsing.py:1098
↓ 11 callersFunctioncol
Returns current column within a string, counting newlines as line separators. The first column is number 1. Note: the default parsing behavior
site-packages/pyparsing.py:1098
↓ 11 callersFunctioncol
Returns current column within a string, counting newlines as line separators. The first column is number 1. Note: the default parsing behavi
site-packages/setuptools/_vendor/pyparsing.py:968
↓ 11 callersFunctionconcatenate
Concatenate a sequence of arrays along the given axis. Parameters ---------- arrays : sequence of array_like The arrays must
site-packages/numpy/ma/core.py:6734
↓ 11 callersMethodconnect
connect events
site-packages/matplotlib/widgets.py:1384
↓ 11 callersFunctioncreate_block
Supported typestr: * float, f8, f4, f2 * int, i8, i4, i2, i1 * uint, u8, u4, u2, u1 * complex, c16, c8 *
site-packages/pandas/tests/internals/test_internals.py:58
↓ 11 callersMethodcsd
Plot the cross-spectral density. Call signature:: csd(x, y, NFFT=256, Fs=2, Fc=0, detrend=mlab.detrend_none,
site-packages/matplotlib/axes/_axes.py:7027
↓ 11 callersMethoddelegate
(self)
site-packages/system/shterminal.py:263
↓ 11 callersMethoddot
Compute the matrix mutiplication between the DataFrame and other. This method computes the matrix product between the DataFrame and
site-packages/pandas/core/frame.py:927
↓ 11 callersFunctione
(a,b)
site-packages/matplotlib/backends/web_backend/jquery/js/jquery-1.11.3.min.js:5
↓ 11 callersMethodexpand
site-packages/matplotlib/tri/_tri.cpp:175
↓ 11 callersMethodfillna
(self, value=None, downcast=None)
site-packages/pandas/core/indexes/base.py:1939
← previousnext →1,601–1,700 of 43,589, ranked by callers