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
↓ 6 callers
Method
addTypeEqualityFunc
Add a type specific assertEqual style function to compare a type. This method is for use by TestCase subclasses that need to register
decompiled_code/library/unittest/case.py:196
↓ 6 callers
Function
assign
(arg, value)
decompiled_code/library/inspect.py:914
↓ 6 callers
Function
basicConfig
Do basic configuration for the logging system. This function does nothing if the root logger already has handlers configured. It is
decompiled_code/library/logging/__init__.py:1400
↓ 6 callers
Method
close
(self)
decompiled_code/library/tempfile.py:514
↓ 6 callers
Function
cmp_lt
(x, y)
decompiled_code/library/heapq.py:43
↓ 6 callers
Method
format
Format the specified record. If a formatter is set, use it. Otherwise, use the default formatter for the module.
decompiled_code/library/logging/__init__.py:616
↓ 6 callers
Method
interaction
(self, frame, traceback)
decompiled_code/library/pdb.py:188
↓ 6 callers
Function
isfunction
Return true if the object is a user-defined function. Function objects provide these attributes: __doc__ documentation string
decompiled_code/library/inspect.py:138
↓ 6 callers
Function
ismodule
Return true if the object is a module. Module objects provide these attributes: __doc__ documentation string __file__
decompiled_code/library/inspect.py:40
↓ 6 callers
Method
iteritems
(self)
decompiled_code/library/UserDict.py:184
↓ 6 callers
Method
iteritems
D.iteritems() -> an iterator over the (key, value) items of D
decompiled_code/library/_abcoll.py:403
↓ 6 callers
Function
jabs_op
(name, op)
decompiled_code/library/opcode.py:47
↓ 6 callers
Function
jrel_op
(name, op)
decompiled_code/library/opcode.py:42
↓ 6 callers
Method
pformat
(self, object)
decompiled_code/library/pprint.py:117
↓ 6 callers
Method
print_stack_entry
(self, frame_lineno, prompt_prefix=line_prefix)
decompiled_code/library/pdb.py:876
↓ 6 callers
Method
read
Decodes data from the stream self.stream and returns the resulting object. chars indicates the number of characters
decompiled_code/library/codecs.py:389
↓ 6 callers
Method
readlines
Read until EOF using readline() and return a list containing the lines thus read. If the optional sizehint argument is presen
decompiled_code/library/StringIO.py:177
↓ 6 callers
Function
unsetenv
(key)
decompiled_code/library/os.py:391
↓ 6 callers
Method
wait
Wait for child process to terminate. Returns returncode attribute.
decompiled_code/library/subprocess.py:542
↓ 5 callers
Method
CancelDownload
(self)
decompiled_code/library/TsBase.py:103
↓ 5 callers
Function
Condition
Factory function that returns a new condition variable object. A condition variable allows one or more threads to wait until they are not
decompiled_code/library/threading.py:205
↓ 5 callers
Method
GetProjectInfo
(self)
decompiled_code/library/TsHi.py:139
↓ 5 callers
Method
__init__
(self, *opts, **attrs)
decompiled_code/library/optparse.py:435
↓ 5 callers
Method
__setattr__
(self, name, value)
decompiled_code/library/_threading_local.py:187
↓ 5 callers
Function
_get_exports_list
(module)
decompiled_code/library/os.py:36
↓ 5 callers
Function
_import_symbols
(prefix)
decompiled_code/library/ssl.py:108
↓ 5 callers
Function
_normalize_module
Return the module specified by `module`. In particular: - If `module` is a module, then return module. - If `module` is a string, th
decompiled_code/library/doctest.py:119
↓ 5 callers
Function
_safe_repr
(object, context, maxlevels, level)
decompiled_code/library/pprint.py:229
↓ 5 callers
Method
acquire
Acquire the I/O thread lock.
decompiled_code/library/logging/__init__.py:596
↓ 5 callers
Method
addError
Called when an error has occurred. 'err' is a tuple of values as returned by sys.exc_info().
decompiled_code/library/unittest/result.py:119
↓ 5 callers
Method
communicate
Interact with process: Send data to stdin. Read data from stdout and stderr, until end-of-file is reached. Wait for process to termi
decompiled_code/library/subprocess.py:365
↓ 5 callers
Method
discard
Remove an element. Do not raise an exception if absent.
decompiled_code/library/_abcoll.py:298
↓ 5 callers
Method
dump
Write a pickled representation of obj to the open file.
decompiled_code/library/pickle.py:201
↓ 5 callers
Function
filter
(match, template=template)
decompiled_code/library/re.py:278
↓ 5 callers
Function
format
Returns the locale-aware substitution of a %? specifier (percent). additional is for format strings which contain one or more '*' mod
decompiled_code/library/locale.py:166
↓ 5 callers
Method
get
get() -> return TestClass's associated value. >>> x = _TestClass(-42) >>> print x.get() -42
decompiled_code/library/doctest.py:2210
↓ 5 callers
Function
gettempdir
Accessor for tempfile.tempdir.
decompiled_code/library/tempfile.py:252
↓ 5 callers
Method
loadTestsFromModule
Return a suite of all tests cases contained in the given module
decompiled_code/library/unittest/loader.py:55
↓ 5 callers
Function
localeconv
localeconv() -> dict. Returns numeric and monetary locale-specific parameters.
decompiled_code/library/locale.py:46
↓ 5 callers
Method
notify
Wake up one or more threads waiting on this condition, if any. If the calling thread has not acquired the lock when this method is
decompiled_code/library/threading.py:330
↓ 5 callers
Method
recv
(self, buflen=1024, flags=0)
decompiled_code/library/ssl.py:603
↓ 5 callers
Function
register
register a function to be executed upon normal program termination func - function to be called at exit targs - optional arguments to pas
decompiled_code/library/atexit.py:42
↓ 5 callers
Method
release
Release the I/O thread lock.
decompiled_code/library/logging/__init__.py:603
↓ 5 callers
Method
reverse
S.reverse() -- reverse *IN PLACE*
decompiled_code/library/_abcoll.py:673
↓ 5 callers
Method
set
Set the internal flag to true. All threads waiting for the flag to become true are awakened. Threads that call wait() once th
decompiled_code/library/threading.py:525
↓ 5 callers
Function
setlocale
setlocale(integer,string=None) -> string. Activates/queries locale processing.
decompiled_code/library/locale.py:69
↓ 5 callers
Method
stop_here
(self, frame)
decompiled_code/library/bdb.py:113
↓ 5 callers
Function
strclass
(cls)
decompiled_code/library/unittest/util.py:23
↓ 5 callers
Function
translation
(domain, localedir=None, languages=None, class_=None, fallback=False, codeset=None)
decompiled_code/library/gettext.py:456
↓ 5 callers
Method
ts_result
(self)
decompiled_code/library/TsLow.py:275
↓ 4 callers
Method
__new__
(mcls, name, bases, namespace)
decompiled_code/library/abc.py:83
↓ 4 callers
Method
__setitem__
(self, k, i)
decompiled_code/library/copy.py:460
↓ 4 callers
Method
_addClassOrModuleLevelException
(self, result, exception, errorName)
decompiled_code/library/unittest/suite.py:186
↓ 4 callers
Function
_checkLevel
(level)
decompiled_code/library/logging/__init__.py:114
↓ 4 callers
Function
_count_leading
Return number of `ch` characters at the start of `line`. Example: >>> _count_leading(' abc', ' ') 3
decompiled_code/library/difflib.py:605
↓ 4 callers
Function
_id
(obj)
decompiled_code/library/unittest/case.py:43
↓ 4 callers
Function
_replace_encoding
(code, encoding)
decompiled_code/library/locale.py:304
↓ 4 callers
Function
_siftup
(heap, pos)
decompiled_code/library/heapq.py:168
↓ 4 callers
Function
_spawnvef
(mode, file, args, env, func)
decompiled_code/library/os.py:533
↓ 4 callers
Method
_translate_newlines
(self, data)
decompiled_code/library/subprocess.py:352
↓ 4 callers
Method
_truncateMessage
(self, message, diff)
decompiled_code/library/unittest/case.py:683
↓ 4 callers
Method
addTest
(self, test)
decompiled_code/library/unittest/suite.py:49
↓ 4 callers
Function
any
(*choices)
decompiled_code/library/tokenize.py:50
↓ 4 callers
Method
assertIsInstance
Same as self.assertTrue(isinstance(obj, cls)), with a nicer default message.
decompiled_code/library/unittest/case.py:910
↓ 4 callers
Function
count
count(s, sub[, start[,end]]) -> int Return the number of occurrences of substring sub in string s[start:end]. Optional arguments start a
decompiled_code/library/string.py:321
↓ 4 callers
Method
dedent
(self)
decompiled_code/library/optparse.py:212
↓ 4 callers
Method
deleteMe
(self)
decompiled_code/library/bdb.py:461
↓ 4 callers
Method
error
Log 'msg % args' with severity 'ERROR'. To pass exception information, use the keyword argument exc_info with a true
decompiled_code/library/logging/__init__.py:1074
↓ 4 callers
Method
forget
(self)
decompiled_code/library/pdb.py:99
↓ 4 callers
Function
formatstring
Returns a string formatted from n strings, centered within n columns.
decompiled_code/library/calendar.py:588
↓ 4 callers
Method
get_doctest
Extract all doctest examples from the given string, and collect them into a `DocTest` object. `globs`, `name`, `file
decompiled_code/library/doctest.py:471
↓ 4 callers
Function
getfile
Work out which source or compiled file an object was defined in.
decompiled_code/library/inspect.py:401
↓ 4 callers
Method
indent
(self)
decompiled_code/library/optparse.py:208
↓ 4 callers
Function
isname
(name)
decompiled_code/library/sre_parse.py:255
↓ 4 callers
Method
iteritems
od.iteritems -> an iterator over the (key, value) pairs in od
decompiled_code/library/collections.py:120
↓ 4 callers
Method
keys
(self)
decompiled_code/library/UserDict.py:77
↓ 4 callers
Function
literal
(literal, p=p, pappend=a)
decompiled_code/library/sre_parse.py:731
↓ 4 callers
Method
next
(self)
decompiled_code/library/tempfile.py:128
↓ 4 callers
Method
pattern
Return regex pattern for the format string. Need to make sure that any characters that might be interpreted as regex syntax a
decompiled_code/library/_strptime.py:224
↓ 4 callers
Function
pdict
(text, num, dict)
decompiled_code/library/TsLow.py:36
↓ 4 callers
Method
pipe_cloexec
Create a pipe with FDs set CLOEXEC.
decompiled_code/library/subprocess.py:692
↓ 4 callers
Method
poll
Check if child process has terminated. Set and return returncode attribute.
decompiled_code/library/subprocess.py:399
↓ 4 callers
Method
ratio
Return a measure of the sequences' similarity (float in [0,1]). Where T is the total number of elements in both sequences, and
decompiled_code/library/difflib.py:502
↓ 4 callers
Method
read
(self, size=-1)
decompiled_code/library/socket.py:310
↓ 4 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
decompiled_code/library/codecs.py:456
↓ 4 callers
Method
reset
(self)
decompiled_code/library/bdb.py:42
↓ 4 callers
Method
run
Run the examples in `test`, and display the results using the writer function `out`. The examples are run in the nam
decompiled_code/library/doctest.py:1051
↓ 4 callers
Method
run
(self, test, compileflags=None, out=None, clear_globs=True)
decompiled_code/library/doctest.py:1391
↓ 4 callers
Method
run
(self, cmd, globals=None, locals=None)
decompiled_code/library/bdb.py:362
↓ 4 callers
Method
setdefault
(self, key, failobj=None)
decompiled_code/library/UserDict.py:135
↓ 4 callers
Function
split
Split a pathname. Return tuple (head, tail) where tail is everything after the final slash. Either part may be empty.
decompiled_code/library/ntpath.py:137
↓ 4 callers
Method
tcm_exec
(self, type, data='', timeout=-1)
decompiled_code/library/TsLow.py:230
↓ 4 callers
Function
ts_cut_reply
(result)
decompiled_code/library/TsBase.py:9
↓ 4 callers
Method
values
D.values() -> list of D's values
decompiled_code/library/_abcoll.py:416
↓ 4 callers
Method
write
Writes the object's contents encoded to self.stream.
decompiled_code/library/codecs.py:320
↓ 3 callers
Method
ExecuteExploit
(self, cmd, data='', mp=255)
decompiled_code/library/TsBase.py:115
↓ 3 callers
Function
RLock
Factory function that returns a new reentrant lock. A reentrant lock must be released by the thread that acquired it. Once a thread has a
decompiled_code/library/threading.py:81
↓ 3 callers
Method
SafeAppendProgramMod
(self, code, force=False)
decompiled_code/library/TsHi.py:198
↓ 3 callers
Function
ToASCII
(label)
decompiled_code/library/encodings/idna.py:37
↓ 3 callers
Function
__get_builtin_constructor
(name)
decompiled_code/library/hashlib.py:64
← previous
next →
101–200 of 2,813, ranked by callers