MCPcopy Create free account

hub / github.com/MDudek-ICS/TRISIS-TRITON-HATMAN / functions

Functions2,813 in github.com/MDudek-ICS/TRISIS-TRITON-HATMAN

↓ 2 callersMethoddecode
(self, input, errors='strict')
decompiled_code/library/codecs.py:386
↓ 2 callersFunctiondecode_long
r"""Decode a long from a two's complement little-endian binary string. >>> decode_long('') 0L >>> decode_long("\xff\x00") 255L
decompiled_code/library/pickle.py:1229
↓ 2 callersMethoddefaultFile
Produce a reasonable default.
decompiled_code/library/pdb.py:393
↓ 2 callersMethoddefault_handler
(unused_signum, unused_frame)
decompiled_code/library/unittest/signals.py:21
↓ 2 callersMethoddestroy
see OptionParser.destroy().
decompiled_code/library/optparse.py:897
↓ 2 callersMethoddifference
(self, other)
decompiled_code/library/_weakrefset.py:134
↓ 2 callersMethoddifference_update
(self, other)
decompiled_code/library/_weakrefset.py:141
↓ 2 callersMethoddisable
(self)
decompiled_code/library/bdb.py:473
↓ 2 callersFunctiondisassemble
Disassemble a code object.
decompiled_code/library/dis.py:73
↓ 2 callersFunctiondo_longs
(opts, opt, longopts, args)
decompiled_code/library/getopt.py:132
↓ 2 callersFunctiondo_shorts
(opts, optstring, shortopts, args)
decompiled_code/library/getopt.py:172
↓ 2 callersMethoddup
(self)
decompiled_code/library/ssl.py:483
↓ 2 callersMethodemit
Do whatever it takes to actually log the specified logging record. This version is intended to be implemented by subclasses
decompiled_code/library/logging/__init__.py:629
↓ 2 callersFunctionencode
Read 'input', apply quoted-printable encoding, and write to 'output'. 'input' and 'output' are files with readline() and write() methods.
decompiled_code/library/quopri.py:40
↓ 2 callersMethodencode
(self, input, errors='strict')
decompiled_code/library/encodings/punycode.py:217
↓ 2 callersFunctionexit
Dummy implementation of thread.exit().
decompiled_code/library/dummy_thread.py:65
↓ 2 callersFunctionextract_stack
Extract the raw traceback from the current stack frame. The return value has the same format as for extract_tb(). The optional 'f' and '
decompiled_code/library/traceback.py:298
↓ 2 callersFunctionfindlabels
Detect all offsets in a byte code which are jump targets. Return the list of offsets.
decompiled_code/library/dis.py:176
↓ 2 callersMethodflush
Flush the internal buffer
decompiled_code/library/StringIO.py:267
↓ 2 callersFunctionfnmatch
Test whether FILENAME matches PATTERN. Patterns are Unix shell style: * matches everything ? matches any single char
decompiled_code/library/fnmatch.py:29
↓ 2 callersMethodformat_description
(self, description)
decompiled_code/library/optparse.py:232
↓ 2 callersFunctionformat_exception_only
Format the exception part of a traceback. The arguments are the exception type and value such as given by sys.last_type and sys.last_valu
decompiled_code/library/traceback.py:165
↓ 2 callersMethodformat_heading
(self, heading)
decompiled_code/library/optparse.py:220
↓ 2 callersFunctionformat_list
Format a list of traceback entry tuples for printing. Given a list of tuples as returned by extract_tb() or extract_stack(), return a lis
decompiled_code/library/traceback.py:32
↓ 2 callersMethodformat_option_strings
Return a comma-separated list of option strings & metavariables.
decompiled_code/library/optparse.py:292
↓ 2 callersMethodformatmonth
Return a month's calendar string (multi-line).
decompiled_code/library/calendar.py:302
↓ 2 callersMethodformatmonthname
Return a formatted month name.
decompiled_code/library/calendar.py:287
↓ 2 callersMethodformatweekheader
Return a header for a week.
decompiled_code/library/calendar.py:281
↓ 2 callersMethodformatyearpage
Return a formatted year as a complete HTML page.
decompiled_code/library/calendar.py:448
↓ 2 callersMethodgammavariate
Gamma distribution. Not the gamma function! Conditions on the parameters are alpha > 0 and beta > 0. The probabilit
decompiled_code/library/random.py:396
↓ 2 callersMethodgetDescription
(self, test)
decompiled_code/library/unittest/runner.py:45
↓ 2 callersMethodgetLogger
Get a logger with the specified name (channel name), creating it if it doesn't yet exist. This name is a dot-separated hierarchical
decompiled_code/library/logging/__init__.py:916
↓ 2 callersMethodgetTestCaseNames
Return a sorted sequence of method names found within testCaseClass
decompiled_code/library/unittest/loader.py:128
↓ 2 callersMethodget_grouped_opcodes
Isolate change clusters by eliminating ranges with no changes. Return a generator of groups with up to n lines of context. E
decompiled_code/library/difflib.py:455
↓ 2 callersMethodget_matching_blocks
Return list of triples describing matching subsequences. Each triple is of the form (i, j, n), and means that a[i:i+n] == b[j
decompiled_code/library/difflib.py:353
↓ 2 callersMethodget_prog_name
(self)
decompiled_code/library/optparse.py:1264
↓ 2 callersMethodget_token
Get a token from the input stream (or from stack if it's nonempty)
decompiled_code/library/shlex.py:86
↓ 2 callersMethodget_usage
(self)
decompiled_code/library/optparse.py:1291
↓ 2 callersFunctiongetabsfile
Return an absolute path to the source or compiled file for an object. The idea is for each object to have a unique origin, so this routine
decompiled_code/library/inspect.py:465
↓ 2 callersFunctiongetargs
Get information about the arguments accepted by a code object. Three things are returned: (args, varargs, varkw), where 'args' is a list
decompiled_code/library/inspect.py:758
↓ 2 callersFunctiongetframeinfo
Get information about a frame or traceback object. A tuple of five things is returned: the filename, the line number of the current line,
decompiled_code/library/inspect.py:1008
↓ 2 callersFunctiongetmodule
Return the module an object was defined in, or None if not found.
decompiled_code/library/inspect.py:478
↓ 2 callersMethodgetpeercert
Returns a formatted version of the data in the certificate provided by the other end of the SSL channel. Return None if no certificate
decompiled_code/library/ssl.py:523
↓ 2 callersMethodgettext
(self, message)
decompiled_code/library/gettext.py:343
↓ 2 callersMethodhandle
Call the handlers for the specified record. This method is used for unpickled records received from a socket, as wel
decompiled_code/library/logging/__init__.py:1178
↓ 2 callersFunctionheapify
Transform list into a heap, in-place, in O(len(x)) time.
decompiled_code/library/heapq.py:92
↓ 2 callersMethodhelp_c
(self)
decompiled_code/library/pdb.py:968
↓ 2 callersMethodinfo
Log 'msg % args' with severity 'INFO'. To pass exception information, use the keyword argument exc_info with a true
decompiled_code/library/logging/__init__.py:1048
↓ 2 callersFunctionisabs
Test whether a path is absolute
decompiled_code/library/posixpath.py:43
↓ 2 callersFunctionisdir
Return true if the pathname refers to an existing directory.
decompiled_code/library/genericpath.py:44
↓ 2 callersFunctionishex
Return true if the character 'c' is a hexadecimal digit.
decompiled_code/library/quopri.py:170
↓ 2 callersFunctionisident
(char)
decompiled_code/library/sre_parse.py:247
↓ 2 callersFunctionislink
Test whether a path is a symbolic link
decompiled_code/library/posixpath.py:103
↓ 2 callersMethoditeritems
(self)
decompiled_code/library/UserDict.py:83
↓ 2 callersMethoditerkeys
(self)
decompiled_code/library/weakref.py:408
↓ 2 callersMethoditermonthdays
Like itermonthdates(), but will yield day numbers. For days outside the specified month the day number is 0.
decompiled_code/library/calendar.py:167
↓ 2 callersMethoditerweekdays
Return an iterator for one week of weekday numbers starting with the configured first one.
decompiled_code/library/calendar.py:130
↓ 2 callersMethodlgettext
(self, message)
decompiled_code/library/gettext.py:356
↓ 2 callersMethodlngettext
(self, msgid1, msgid2, n)
decompiled_code/library/gettext.py:382
↓ 2 callersMethodload
Read a pickled object representation from the open file. Return the reconstituted object hierarchy specified in the file.
decompiled_code/library/pickle.py:706
↓ 2 callersMethodload_default_certs
(self, purpose=Purpose.SERVER_AUTH)
decompiled_code/library/ssl.py:309
↓ 2 callersMethodlog
Log 'msg % args' with the integer severity 'level'. To pass exception information, use the keyword argument exc_info with
decompiled_code/library/logging/__init__.py:1107
↓ 2 callersMethodlookupmodule
Helper function for break/clear parsing -- may be overridden. lookupmodule() translates (possibly incomplete) file or module name
decompiled_code/library/pdb.py:1032
↓ 2 callersFunctionmap_table_b3
(code)
decompiled_code/library/stringprep.py:195
↓ 2 callersFunctionmaybe
(*choices)
decompiled_code/library/tokenize.py:54
↓ 2 callersMethodmerge
(self, other)
decompiled_code/library/doctest.py:1677
↓ 2 callersFunctionnameprep
(label)
decompiled_code/library/encodings/idna.py:13
↓ 2 callersMethodnext
Return the next decoded line from the input stream.
decompiled_code/library/codecs.py:548
↓ 2 callersMethodngettext
(self, msgid1, msgid2, n)
decompiled_code/library/gettext.py:367
↓ 2 callersFunctionnot_concrete
(obj)
symbolic_execution/imain.py:62
↓ 2 callersMethodonecmd
Interpret the argument as though it had been typed in response to the prompt. This may be overridden, but should not normally
decompiled_code/library/cmd.py:209
↓ 2 callersMethodonecmd
Interpret the argument as though it had been typed in response to the prompt. Checks whether this line is typed at the normal
decompiled_code/library/pdb.py:253
↓ 2 callersMethodparse
Divide the given string into examples and intervening text, and return them as a list of alternating Examples and strings. Li
decompiled_code/library/doctest.py:445
↓ 2 callersMethodparse_args
parse_args(args : [string] = sys.argv[1:], values : Values = None) -> (values : Values, args : [string])
decompiled_code/library/optparse.py:1122
↓ 2 callersMethodpop
(self, key, *args)
decompiled_code/library/UserDict.py:140
↓ 2 callersMethodpprint
(self, object)
decompiled_code/library/pprint.py:113
↓ 2 callersFunctionprf
(msg, inner=inner, outer=outer)
decompiled_code/library/hashlib.py:164
↓ 2 callersMethodprintErrorList
(self, flavour, errors)
decompiled_code/library/unittest/runner.py:118
↓ 2 callersFunctionprint_exception
Print exception up to 'limit' stack trace entries from 'tb' to 'file'. This differs from print_tb() in the following ways: (1) if traceba
decompiled_code/library/traceback.py:123
↓ 2 callersMethodprocess
(self, opt, value, values, parser)
decompiled_code/library/optparse.py:592
↓ 2 callersFunctionpunycode_decode
(text, errors)
decompiled_code/library/encodings/punycode.py:202
↓ 2 callersFunctionpunycode_encode
(text)
decompiled_code/library/encodings/punycode.py:133
↓ 2 callersMethodquick_ratio
Return an upper bound on ratio() relatively quickly. This isn't defined beyond that it is an upper bound on .ratio(), and is
decompiled_code/library/difflib.py:526
↓ 2 callersFunctionquopri_decode
Decode the input, returning a tuple (output object, length consumed). errors defines the error handling to apply. It defaults to 'strict'
decompiled_code/library/encodings/quopri_codec.py:34
↓ 2 callersFunctionquopri_encode
Encode the input, returning a tuple (output object, length consumed). errors defines the error handling to apply. It defaults to 'strict'
decompiled_code/library/encodings/quopri_codec.py:17
↓ 2 callersFunctionram_check
(adr, size, table=mp_ram_table)
decompiled_code/library/TsHi.py:16
↓ 2 callersMethodread_token
(self)
decompiled_code/library/shlex.py:115
↓ 2 callersMethodreadline
(self, size=-1)
decompiled_code/library/socket.py:362
↓ 2 callersMethodreal_quick_ratio
Return an upper bound on ratio() very quickly. This isn't defined beyond that it is an upper bound on .ratio(), and is faster
decompiled_code/library/difflib.py:551
↓ 2 callersMethodreset
(self)
decompiled_code/library/pdb.py:95
↓ 2 callersMethodrollover
(self)
decompiled_code/library/tempfile.py:493
↓ 2 callersFunctionrun
(statement, globals=None, locals=None)
decompiled_code/library/pdb.py:1071
↓ 2 callersMethodrun
(self, result=None)
decompiled_code/library/unittest/case.py:283
↓ 2 callersMethodrundoc
(self, object, name=None, module=None)
decompiled_code/library/doctest.py:1651
↓ 2 callersFunctionsaferepr
Version of repr() which can handle recursive data structures.
decompiled_code/library/pprint.py:57
↓ 2 callersFunctionsamestat
Test whether two stat buffers reference the same file
decompiled_code/library/posixpath.py:137
↓ 2 callersMethodsave
(self, obj)
decompiled_code/library/pickle.py:231
↓ 2 callersMethodsave_global
(self, obj, name=None, pack=struct.pack)
decompiled_code/library/pickle.py:602
↓ 2 callersFunctionscript_from_examples
Extract script from text with examples. Converts text with examples to a Python script. Example input is converted to regular code. Exa
decompiled_code/library/doctest.py:2039
↓ 2 callersMethodseek
(self, offset, whence=0)
decompiled_code/library/codecs.py:343
← previousnext →401–500 of 2,813, ranked by callers