Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MDudek-ICS/TRISIS-TRITON-HATMAN
/ functions
Functions
2,813 in github.com/MDudek-ICS/TRISIS-TRITON-HATMAN
⨍
Functions
2,813
◇
Types & classes
793
↓ 2 callers
Method
decode
(self, input, errors='strict')
decompiled_code/library/codecs.py:386
↓ 2 callers
Function
decode_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 callers
Method
defaultFile
Produce a reasonable default.
decompiled_code/library/pdb.py:393
↓ 2 callers
Method
default_handler
(unused_signum, unused_frame)
decompiled_code/library/unittest/signals.py:21
↓ 2 callers
Method
destroy
see OptionParser.destroy().
decompiled_code/library/optparse.py:897
↓ 2 callers
Method
difference
(self, other)
decompiled_code/library/_weakrefset.py:134
↓ 2 callers
Method
difference_update
(self, other)
decompiled_code/library/_weakrefset.py:141
↓ 2 callers
Method
disable
(self)
decompiled_code/library/bdb.py:473
↓ 2 callers
Function
disassemble
Disassemble a code object.
decompiled_code/library/dis.py:73
↓ 2 callers
Function
do_longs
(opts, opt, longopts, args)
decompiled_code/library/getopt.py:132
↓ 2 callers
Function
do_shorts
(opts, optstring, shortopts, args)
decompiled_code/library/getopt.py:172
↓ 2 callers
Method
dup
(self)
decompiled_code/library/ssl.py:483
↓ 2 callers
Method
emit
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 callers
Function
encode
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 callers
Method
encode
(self, input, errors='strict')
decompiled_code/library/encodings/punycode.py:217
↓ 2 callers
Function
exit
Dummy implementation of thread.exit().
decompiled_code/library/dummy_thread.py:65
↓ 2 callers
Function
extract_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 callers
Function
findlabels
Detect all offsets in a byte code which are jump targets. Return the list of offsets.
decompiled_code/library/dis.py:176
↓ 2 callers
Method
flush
Flush the internal buffer
decompiled_code/library/StringIO.py:267
↓ 2 callers
Function
fnmatch
Test whether FILENAME matches PATTERN. Patterns are Unix shell style: * matches everything ? matches any single char
decompiled_code/library/fnmatch.py:29
↓ 2 callers
Method
format_description
(self, description)
decompiled_code/library/optparse.py:232
↓ 2 callers
Function
format_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 callers
Method
format_heading
(self, heading)
decompiled_code/library/optparse.py:220
↓ 2 callers
Function
format_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 callers
Method
format_option_strings
Return a comma-separated list of option strings & metavariables.
decompiled_code/library/optparse.py:292
↓ 2 callers
Method
formatmonth
Return a month's calendar string (multi-line).
decompiled_code/library/calendar.py:302
↓ 2 callers
Method
formatmonthname
Return a formatted month name.
decompiled_code/library/calendar.py:287
↓ 2 callers
Method
formatweekheader
Return a header for a week.
decompiled_code/library/calendar.py:281
↓ 2 callers
Method
formatyearpage
Return a formatted year as a complete HTML page.
decompiled_code/library/calendar.py:448
↓ 2 callers
Method
gammavariate
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 callers
Method
getDescription
(self, test)
decompiled_code/library/unittest/runner.py:45
↓ 2 callers
Method
getLogger
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 callers
Method
getTestCaseNames
Return a sorted sequence of method names found within testCaseClass
decompiled_code/library/unittest/loader.py:128
↓ 2 callers
Method
get_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 callers
Method
get_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 callers
Method
get_prog_name
(self)
decompiled_code/library/optparse.py:1264
↓ 2 callers
Method
get_token
Get a token from the input stream (or from stack if it's nonempty)
decompiled_code/library/shlex.py:86
↓ 2 callers
Method
get_usage
(self)
decompiled_code/library/optparse.py:1291
↓ 2 callers
Function
getabsfile
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 callers
Function
getargs
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 callers
Function
getframeinfo
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 callers
Function
getmodule
Return the module an object was defined in, or None if not found.
decompiled_code/library/inspect.py:478
↓ 2 callers
Method
getpeercert
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 callers
Method
gettext
(self, message)
decompiled_code/library/gettext.py:343
↓ 2 callers
Method
handle
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 callers
Function
heapify
Transform list into a heap, in-place, in O(len(x)) time.
decompiled_code/library/heapq.py:92
↓ 2 callers
Method
help_c
(self)
decompiled_code/library/pdb.py:968
↓ 2 callers
Method
info
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 callers
Function
isabs
Test whether a path is absolute
decompiled_code/library/posixpath.py:43
↓ 2 callers
Function
isdir
Return true if the pathname refers to an existing directory.
decompiled_code/library/genericpath.py:44
↓ 2 callers
Function
ishex
Return true if the character 'c' is a hexadecimal digit.
decompiled_code/library/quopri.py:170
↓ 2 callers
Function
isident
(char)
decompiled_code/library/sre_parse.py:247
↓ 2 callers
Function
islink
Test whether a path is a symbolic link
decompiled_code/library/posixpath.py:103
↓ 2 callers
Method
iteritems
(self)
decompiled_code/library/UserDict.py:83
↓ 2 callers
Method
iterkeys
(self)
decompiled_code/library/weakref.py:408
↓ 2 callers
Method
itermonthdays
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 callers
Method
iterweekdays
Return an iterator for one week of weekday numbers starting with the configured first one.
decompiled_code/library/calendar.py:130
↓ 2 callers
Method
lgettext
(self, message)
decompiled_code/library/gettext.py:356
↓ 2 callers
Method
lngettext
(self, msgid1, msgid2, n)
decompiled_code/library/gettext.py:382
↓ 2 callers
Method
load
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 callers
Method
load_default_certs
(self, purpose=Purpose.SERVER_AUTH)
decompiled_code/library/ssl.py:309
↓ 2 callers
Method
log
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 callers
Method
lookupmodule
Helper function for break/clear parsing -- may be overridden. lookupmodule() translates (possibly incomplete) file or module name
decompiled_code/library/pdb.py:1032
↓ 2 callers
Function
map_table_b3
(code)
decompiled_code/library/stringprep.py:195
↓ 2 callers
Function
maybe
(*choices)
decompiled_code/library/tokenize.py:54
↓ 2 callers
Method
merge
(self, other)
decompiled_code/library/doctest.py:1677
↓ 2 callers
Function
nameprep
(label)
decompiled_code/library/encodings/idna.py:13
↓ 2 callers
Method
next
Return the next decoded line from the input stream.
decompiled_code/library/codecs.py:548
↓ 2 callers
Method
ngettext
(self, msgid1, msgid2, n)
decompiled_code/library/gettext.py:367
↓ 2 callers
Function
not_concrete
(obj)
symbolic_execution/imain.py:62
↓ 2 callers
Method
onecmd
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 callers
Method
onecmd
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 callers
Method
parse
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 callers
Method
parse_args
parse_args(args : [string] = sys.argv[1:], values : Values = None) -> (values : Values, args : [string])
decompiled_code/library/optparse.py:1122
↓ 2 callers
Method
pop
(self, key, *args)
decompiled_code/library/UserDict.py:140
↓ 2 callers
Method
pprint
(self, object)
decompiled_code/library/pprint.py:113
↓ 2 callers
Function
prf
(msg, inner=inner, outer=outer)
decompiled_code/library/hashlib.py:164
↓ 2 callers
Method
printErrorList
(self, flavour, errors)
decompiled_code/library/unittest/runner.py:118
↓ 2 callers
Function
print_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 callers
Method
process
(self, opt, value, values, parser)
decompiled_code/library/optparse.py:592
↓ 2 callers
Function
punycode_decode
(text, errors)
decompiled_code/library/encodings/punycode.py:202
↓ 2 callers
Function
punycode_encode
(text)
decompiled_code/library/encodings/punycode.py:133
↓ 2 callers
Method
quick_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 callers
Function
quopri_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 callers
Function
quopri_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 callers
Function
ram_check
(adr, size, table=mp_ram_table)
decompiled_code/library/TsHi.py:16
↓ 2 callers
Method
read_token
(self)
decompiled_code/library/shlex.py:115
↓ 2 callers
Method
readline
(self, size=-1)
decompiled_code/library/socket.py:362
↓ 2 callers
Method
real_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 callers
Method
reset
(self)
decompiled_code/library/pdb.py:95
↓ 2 callers
Method
rollover
(self)
decompiled_code/library/tempfile.py:493
↓ 2 callers
Function
run
(statement, globals=None, locals=None)
decompiled_code/library/pdb.py:1071
↓ 2 callers
Method
run
(self, result=None)
decompiled_code/library/unittest/case.py:283
↓ 2 callers
Method
rundoc
(self, object, name=None, module=None)
decompiled_code/library/doctest.py:1651
↓ 2 callers
Function
saferepr
Version of repr() which can handle recursive data structures.
decompiled_code/library/pprint.py:57
↓ 2 callers
Function
samestat
Test whether two stat buffers reference the same file
decompiled_code/library/posixpath.py:137
↓ 2 callers
Method
save
(self, obj)
decompiled_code/library/pickle.py:231
↓ 2 callers
Method
save_global
(self, obj, name=None, pack=struct.pack)
decompiled_code/library/pickle.py:602
↓ 2 callers
Function
script_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 callers
Method
seek
(self, offset, whence=0)
decompiled_code/library/codecs.py:343
← previous
next →
401–500 of 2,813, ranked by callers