Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Trevato/CSGOMLBot
/ functions
Functions
2,275 in github.com/Trevato/CSGOMLBot
⨍
Functions
2,275
◇
Types & classes
914
↓ 5 callers
Function
_call_with_frames_removed
remove_importlib_frames in import.c will always remove sequences of importlib frames that end with a call to this function Use it instead of
ClientGather/list/Lib/importlib/_bootstrap.py:211
↓ 5 callers
Method
_create_header
Return a header block. info is a dictionary with file information, format must be one of the *_FORMAT constants.
ClientGather/list/Lib/tarfile.py:917
↓ 5 callers
Function
_decompose
Extract all members from the value.
ClientGather/list/Lib/enum.py:837
↓ 5 callers
Function
_load
Return a new module object, loaded by the spec's loader. The module is not added to its parent. If a module is already in sys.modules, that
ClientGather/list/Lib/importlib/_bootstrap.py:674
↓ 5 callers
Function
_path_stat
Stat the path. Made a separate function to make it easier to override in experiments (e.g. cache stat results).
ClientGather/list/Lib/importlib/_bootstrap_external.py:75
↓ 5 callers
Function
_replace_encoding
(code, encoding)
ClientGather/list/Lib/locale.py:345
↓ 5 callers
Method
copy
Return a shallow copy.
ClientGather/list/Lib/collections/__init__.py:660
↓ 5 callers
Method
discard
Remove an element. Do not raise an exception if absent.
ClientGather/list/Lib/_collections_abc.py:576
↓ 5 callers
Method
encode
(self, input, errors='strict')
ClientGather/list/Lib/encodings/idna.py:147
↓ 5 callers
Method
get
(self, key, default=None)
ClientGather/list/Lib/weakref.py:428
↓ 5 callers
Method
get_filename
Return the path to the source file as found by the finder.
ClientGather/list/Lib/importlib/_bootstrap_external.py:826
↓ 5 callers
Method
islnk
(self)
ClientGather/list/Lib/tarfile.py:1369
↓ 5 callers
Function
join
(path, *paths)
ClientGather/list/Lib/ntpath.py:75
↓ 5 callers
Function
normcase
Normalize case of pathname. Makes all characters lowercase and all slashes into backslashes.
ClientGather/list/Lib/ntpath.py:44
↓ 5 callers
Method
pop
Remove *key* from maps[0] and return its value. Raise KeyError if *key* not in maps[0].
ClientGather/list/Lib/collections/__init__.py:945
↓ 5 callers
Method
random
Get the next random number in the range [0.0, 1.0).
ClientGather/list/Lib/random.py:672
↓ 5 callers
Method
readline
Read one line from the input stream and return the decoded data. size, if given, is passed as size argument to the
ClientGather/list/Lib/codecs.py:530
↓ 5 callers
Function
setlocale
setlocale(integer,string=None) -> string. Activates/queries locale processing.
ClientGather/list/Lib/locale.py:87
↓ 5 callers
Function
stn
Convert a string to a null-terminated bytes object.
ClientGather/list/Lib/tarfile.py:160
↓ 4 callers
Function
_builtin_from_name
(name)
ClientGather/list/Lib/importlib/_bootstrap.py:1097
↓ 4 callers
Function
_exec
Execute the spec's specified module in an existing module's namespace.
ClientGather/list/Lib/importlib/_bootstrap.py:598
↓ 4 callers
Function
_find_spec
Find a module's spec.
ClientGather/list/Lib/importlib/_bootstrap.py:870
↓ 4 callers
Function
_get_bothseps
(path)
ClientGather/list/Lib/ntpath.py:34
↓ 4 callers
Function
_init_module_attrs
(spec, module, *, override=False)
ClientGather/list/Lib/importlib/_bootstrap.py:504
↓ 4 callers
Method
_keep_positive
Internal method to strip elements with a negative or zero count
ClientGather/list/Lib/collections/__init__.py:785
↓ 4 callers
Function
_parse_sub
(source, state, verbose, nested)
ClientGather/list/Lib/sre_parse.py:407
↓ 4 callers
Method
_randbelow
Return a random int in the range [0,n). Raises ValueError if n==0.
ClientGather/list/Lib/random.py:223
↓ 4 callers
Function
_sanitize_params
Common parameter processing for most APIs in this module.
ClientGather/list/Lib/tempfile.py:118
↓ 4 callers
Function
_siftup
(heap, pos)
ClientGather/list/Lib/heapq.py:258
↓ 4 callers
Function
_spawnvef
(mode, file, args, env, func)
ClientGather/list/Lib/os.py:835
↓ 4 callers
Function
abspath
Return the absolute version of a path.
ClientGather/list/Lib/ntpath.py:527
↓ 4 callers
Method
count
S.count(value) -> integer -- return number of occurrences of value
ClientGather/list/Lib/_collections_abc.py:922
↓ 4 callers
Method
directKey
(self, key, direction = None, type = None)
ClientGather/keys.py:373
↓ 4 callers
Method
find_spec
(cls, fullname, path=None, target=None)
ClientGather/list/Lib/importlib/_bootstrap.py:781
↓ 4 callers
Method
flush
(self)
ClientGather/list/Lib/tarfile.py:641
↓ 4 callers
Method
fromtarfile
Return the next TarInfo object from TarFile object tarfile.
ClientGather/list/Lib/tarfile.py:1086
↓ 4 callers
Method
get_data
Return the data from path as raw bytes.
ClientGather/list/Lib/importlib/_bootstrap_external.py:830
↓ 4 callers
Method
getmembers
Return the members of the archive as a list of TarInfo objects. The list has the same order as the members in the archive.
ClientGather/list/Lib/tarfile.py:1753
↓ 4 callers
Method
getuntil
(self, terminator)
ClientGather/list/Lib/sre_parse.py:266
↓ 4 callers
Method
getwidth
(self)
ClientGather/list/Lib/sre_parse.py:173
↓ 4 callers
Function
localeconv
localeconv() -> dict. Returns numeric and monetary locale-specific parameters.
ClientGather/list/Lib/locale.py:63
↓ 4 callers
Function
makepath
(*paths)
ClientGather/list/Lib/site.py:94
↓ 4 callers
Function
match
Try to apply the pattern at the start of the string, returning a match object, or None if no match was found.
ClientGather/list/Lib/re.py:169
↓ 4 callers
Method
next
Return the next member of the archive as a TarInfo object, when TarFile is opened for reading. Return None if there is no more a
ClientGather/list/Lib/tarfile.py:2274
↓ 4 callers
Function
normpath
Normalize path, eliminating double slashes, etc.
ClientGather/list/Lib/ntpath.py:472
↓ 4 callers
Function
perror
(message)
ClientGather/list/Lib/tokenize.py:736
↓ 4 callers
Method
repr
(self, x)
ClientGather/list/Lib/reprlib.py:54
↓ 4 callers
Method
rsplit
(self, sep=None, maxsplit=-1)
ClientGather/list/Lib/collections/__init__.py:1233
↓ 4 callers
Method
setdefault
(self, key, value)
ClientGather/list/Lib/os.py:704
↓ 4 callers
Function
spec_from_file_location
Return a module spec based on a file location. To indicate that the module is a package, set submodule_search_locations to a list of director
ClientGather/list/Lib/importlib/_bootstrap_external.py:524
↓ 4 callers
Function
spec_from_loader
Return a module spec based on various loader methods.
ClientGather/list/Lib/importlib/_bootstrap.py:433
↓ 4 callers
Method
taropen
Open uncompressed tar archive name for reading or writing.
ClientGather/list/Lib/tarfile.py:1612
↓ 4 callers
Method
write
Writes the object's contents encoded to self.stream.
ClientGather/list/Lib/codecs.py:372
↓ 3 callers
Method
Input
(self, structure)
ClientGather/keys.py:469
↓ 3 callers
Function
ToASCII
(label)
ClientGather/list/Lib/encodings/idna.py:62
↓ 3 callers
Method
__ge__
(self, other)
ClientGather/list/Lib/functools.py:225
↓ 3 callers
Method
__gt__
(self, other)
ClientGather/list/Lib/functools.py:219
↓ 3 callers
Function
__import__
Import a module. The 'globals' argument is used to infer where the import is occurring from to handle relative imports. The 'locals' argument
ClientGather/list/Lib/importlib/_bootstrap.py:1062
↓ 3 callers
Method
__init__
(self,stream,errors='strict',mapping=None)
ClientGather/list/Lib/encodings/charmap.py:42
↓ 3 callers
Method
__le__
(self, other)
ClientGather/list/Lib/functools.py:223
↓ 3 callers
Method
__lt__
(self, other)
ClientGather/list/Lib/functools.py:217
↓ 3 callers
Method
__write
Write string s to the stream if a whole new block is ready to be written.
ClientGather/list/Lib/tarfile.py:445
↓ 3 callers
Function
_all_string_prefixes
()
ClientGather/list/Lib/tokenize.py:137
↓ 3 callers
Function
_compile
(expr)
ClientGather/list/Lib/tokenize.py:152
↓ 3 callers
Method
_decode_pax_field
Decode a single field from a pax record.
ClientGather/list/Lib/tarfile.py:1344
↓ 3 callers
Method
_extract_member
Extract the TarInfo object tarinfo to a physical file called targetpath.
ClientGather/list/Lib/tarfile.py:2096
↓ 3 callers
Method
_find_link_target
Find the target member of a symlink or hardlink member in the archive.
ClientGather/list/Lib/tarfile.py:2370
↓ 3 callers
Function
_gcd_import
Import and return the module based on its name, the package the call is being made from, and the level adjustment. This function represents t
ClientGather/list/Lib/importlib/_bootstrap.py:982
↓ 3 callers
Function
_get_candidate_names
Common setup sequence for all user-callable interfaces.
ClientGather/list/Lib/tempfile.py:235
↓ 3 callers
Method
_get_mixins_
Returns the type for creating enum members, and the first inherited enum class. bases: the tuple of bases that was given to __new__
ClientGather/list/Lib/enum.py:418
↓ 3 callers
Function
_get_supported_file_loaders
Returns a list of file-based module loaders. Each item is a tuple (loader, suffixes).
ClientGather/list/Lib/importlib/_bootstrap_external.py:1359
↓ 3 callers
Function
_high_bit
returns index of highest bit, or -1 if value is zero or negative
ClientGather/list/Lib/enum.py:820
↓ 3 callers
Function
_load_unlocked
(spec)
ClientGather/list/Lib/importlib/_bootstrap.py:651
↓ 3 callers
Function
_makecodes
(names)
ClientGather/list/Lib/sre_constants.py:67
↓ 3 callers
Function
_mkstemp_inner
Code common to mkstemp, TemporaryFile, and NamedTemporaryFile.
ClientGather/list/Lib/tempfile.py:249
↓ 3 callers
Function
_parse
(source, state, verbose, nested, first=False)
ClientGather/list/Lib/sre_parse.py:470
↓ 3 callers
Function
_path_isdir
Replacement for os.path.isdir.
ClientGather/list/Lib/importlib/_bootstrap_external.py:99
↓ 3 callers
Function
_path_isfile
Replacement for os.path.isfile.
ClientGather/list/Lib/importlib/_bootstrap_external.py:94
↓ 3 callers
Function
_possibly_sorted
(x)
ClientGather/list/Lib/reprlib.py:154
↓ 3 callers
Method
_recalculate
(self)
ClientGather/list/Lib/importlib/_bootstrap_external.py:980
↓ 3 callers
Function
_siftup_max
Maxheap variant of _siftup
ClientGather/list/Lib/heapq.py:293
↓ 3 callers
Function
_tokenize
(readline, encoding)
ClientGather/list/Lib/tokenize.py:492
↓ 3 callers
Function
abspath
Return an absolute path.
ClientGather/list/Lib/posixpath.py:369
↓ 3 callers
Method
addfile
Add the TarInfo object `tarinfo' to the archive. If `fileobj' is given, it should be a binary file, and tarinfo.size bytes are read
ClientGather/list/Lib/tarfile.py:1962
↓ 3 callers
Function
addsitedir
Add 'sitedir' argument to sys.path if missing and handle .pth files in 'sitedir
ClientGather/list/Lib/site.py:193
↓ 3 callers
Method
checkgroup
(self, gid)
ClientGather/list/Lib/sre_parse.py:98
↓ 3 callers
Method
checklookbehindgroup
(self, gid, source)
ClientGather/list/Lib/sre_parse.py:101
↓ 3 callers
Method
chown
Set owner of targetpath according to tarinfo. If numeric_owner is True, use .gid/.uid instead of .gname/.uname. If numeric_owner
ClientGather/list/Lib/tarfile.py:2225
↓ 3 callers
Method
clear
Clear maps[0], leaving maps[1:] intact.
ClientGather/list/Lib/collections/__init__.py:952
↓ 3 callers
Function
copyfileobj
Copy length bytes from fileobj src to fileobj dst. If length is None, copy the entire content.
ClientGather/list/Lib/tarfile.py:236
↓ 3 callers
Function
copystat
Copy all stat info (mode bits, atime, mtime, flags) from src to dst. If the optional flag `follow_symlinks` is not set, symlinks aren't followed
ClientGather/list/Lib/shutil.py:173
↓ 3 callers
Method
decode
(self, input, errors='strict')
ClientGather/list/Lib/encodings/idna.py:184
↓ 3 callers
Method
discard
(self, item)
ClientGather/list/Lib/_weakrefset.py:111
↓ 3 callers
Function
dump
(f, d, prefix)
ClientGather/list/Lib/sre_constants.py:192
↓ 3 callers
Function
filter
(match, template=template)
ClientGather/list/Lib/re.py:330
↓ 3 callers
Method
find_spec
Try to find a spec for 'fullname' on sys.path or 'path'. The search is based on sys.path_hooks and sys.path_importer_cache.
ClientGather/list/Lib/importlib/_bootstrap_external.py:1150
↓ 3 callers
Method
func
(obj)
ClientGather/list/Lib/operator.py:242
↓ 3 callers
Function
getdefaultlocale
Tries to determine the default locale settings and returns them as tuple (language code, encoding). According to POSIX, a program wh
ClientGather/list/Lib/locale.py:512
↓ 3 callers
Function
getlocale
Returns the current setting for the given locale category as tuple (language code, encoding). category may be one of the LC_* value
ClientGather/list/Lib/locale.py:565
↓ 3 callers
Function
gettempdir
Accessor for tempfile.tempdir.
ClientGather/list/Lib/tempfile.py:289
← previous
next →
101–200 of 2,275, ranked by callers