_thread.start_new_thread |
function, args, kwargs
|
[1] |
array.__new__ |
typecode, initializer
|
[1] |
builtins.breakpoint |
breakpointhook
|
[1] |
builtins.id |
id
|
[1] |
builtins.input |
prompt
|
[1] |
builtins.input/result |
result
|
[1] |
code.__new__ |
code, filename, name, argcount, posonlyargcount, kwonlyargcount, nlocals, stacksize, flags
|
[1] |
compile |
source, filename
|
[1] |
cpython.PyConfig_Set |
name, value
|
[1] |
cpython.PyInterpreterState_Clear |
|
[1] |
cpython.PyInterpreterState_New |
|
[1] |
cpython._PySys_ClearAuditHooks |
|
[1] |
cpython.remote_debugger_script |
script_path
|
[1][2][3][4][5][6][7][8][9][10][11][12][13][14][15][16][17][18][19][20][21][22][23][24][25][26][27][28][29][30][31][32][33][34][35][36][37][38][39][40][41][42][43][44][45][46][47][48][49][50][51][52][53][54][55][56][57][58][59][60][61][62][63][64][65][66][67][68][69][70][71][72][73][74][75][76][77][78][79][80][81][82][83][84][85][86][87][88][89][90][91][92][93][94][95][96][97][98][99][100][101][102][103][104][105][106][107][108][109][110][111][112][113][114][115][116][117][118][119][120][121][122][123][124][125][126][127][128][129][130][131][132][133][134][135][136][137][138][139][140][141][142][143][144][145][146][147][148][149][150][151][152][153][154][155][156][157][158][159][160][161][162][163][164][165][166][167][168][169][170][171][172][173][174][175][176][177][178][179][180][181][182][183][184][185][186][187][188][189][190][191][192][193][194][195][196][197][198][199][200][201][202][203][204][205][206][207][208][209][210][211][212][213][214][215][216][217][218][219][220][221][222][223][224][225][226][227] |
cpython.run_command |
command
|
[1] |
cpython.run_file |
filename
|
[1][2][3][4][5][6][7][8][9][10][11][12][13][14][15][16][17][18][19][20][21][22][23][24][25][26][27][28][29][30][31][32][33][34][35][36][37][38][39][40][41][42][43][44][45][46][47][48][49][50][51][52][53][54][55][56][57][58][59][60][61][62][63][64][65][66][67][68][69][70][71][72][73][74][75][76][77][78][79][80][81][82][83][84][85][86][87][88][89][90][91][92][93][94][95][96][97][98][99][100][101][102][103][104][105][106][107][108][109][110][111][112][113][114][115][116][117][118][119][120][121][122][123][124][125][126][127][128][129][130][131][132][133][134][135][136][137][138][139][140][141][142][143][144][145][146][147][148][149][150][151][152][153][154][155][156][157][158][159][160][161][162][163][164][165][166][167][168][169][170][171][172][173][174][175][176][177][178][179][180][181][182][183][184][185][186][187][188][189][190][191][192][193][194][195][196][197][198][199][200][201][202][203][204][205][206][207][208][209][210][211][212][213][214][215][216][217][218][219][220][221][222][223][224][225][226][227] |
cpython.run_interactivehook |
hook
|
[1] |
cpython.run_module |
module-name
|
[1] |
cpython.run_startup |
filename
|
[1] |
cpython.run_stdin |
|
[1][2][3][4][5][6][7][8][9][10][11][12][13][14][15][16][17][18][19][20][21][22][23][24][25][26][27][28][29][30][31][32][33][34][35][36][37][38][39][40][41][42][43][44][45][46][47][48][49][50][51][52][53][54][55][56][57][58][59][60][61][62][63][64][65][66][67][68][69][70][71][72][73][74][75][76][77][78][79][80][81][82][83][84][85][86][87][88][89][90][91][92][93][94][95][96][97][98][99][100][101][102][103][104][105][106][107][108][109][110][111][112][113][114][115][116][117][118][119][120][121][122][123][124][125][126][127][128][129][130][131][132][133][134][135][136][137][138][139][140][141][142][143][144][145][146][147][148][149][150][151][152][153][154][155][156][157][158][159][160][161][162][163][164][165][166][167][168][169][170][171][172][173][174][175][176][177][178][179][180][181][182][183][184][185][186][187][188][189][190][191][192][193][194][195][196][197][198][199][200][201][202][203][204][205][206][207][208][209][210][211][212][213][214][215][216][217][218][219][220][221][222][223][224][225][226][227][228][229][230][231][232][233][234][235][236][237][238][239][240][241][242][243][244][245][246][247][248][249][250][251][252][253][254][255][256][257][258][259][260][261][262][263][264][265][266][267][268][269][270][271][272][273][274][275][276][277][278][279][280][281][282][283][284][285][286][287][288][289][290][291][292][293][294][295][296][297][298][299][300][301][302][303][304][305][306][307][308][309][310][311][312][313][314][315][316][317][318][319][320][321][322][323][324][325][326][327][328][329][330][331][332][333][334][335][336][337][338][339][340][341][342][343][344][345][346][347][348][349][350][351][352][353][354][355][356][357][358][359][360][361][362][363][364][365][366][367][368][369][370][371][372][373][374][375][376][377][378][379][380][381][382][383][384][385][386][387][388][389][390][391][392][393][394][395][396][397][398][399][400][401][402][403][404][405][406][407][408][409][410][411][412][413][414][415][416][417][418][419][420][421][422][423][424][425][426][427][428][429][430][431][432][433][434][435][436][437][438][439][440][441][442][443][444][445][446][447][448][449][450][451][452][453][454][455][456][457][458][459][460][461][462][463][464][465][466][467][468][469][470][471][472][473][474][475][476][477][478][479][480][481][482][483][484][485][486][487][488][489][490][491][492][493][494][495][496][497][498][499][500][501][502][503][504][505][506][507][508][509][510][511][512][513][514][515][516][517][518][519][520][521][522][523][524][525][526][527][528][529][530][531][532][533][534][535][536][537][538][539][540][541][542][543][544][545][546][547][548][549][550][551][552][553][554][555][556][557][558][559][560][561][562][563][564][565][566][567][568][569][570][571][572][573][574][575][576][577][578][579][580][581][582][583][584][585][586][587][588][589][590][591][592][593][594][595][596][597][598][599][600][601][602][603][604][605][606][607][608][609][610][611][612][613][614][615][616][617][618][619][620][621][622][623][624][625][626][627][628][629][630][631][632][633][634][635][636][637][638][639][640][641][642][643][644][645][646][647][648][649][650][651][652][653][654][655][656][657][658][659][660][661][662][663][664][665][666][667][668][669][670][671][672][673][674][675][676][677][678][679][680][681] |
ctypes.addressof |
obj
|
[1] |
ctypes.call_function |
func_pointer, arguments
|
[1] |
ctypes.cdata |
address
|
[1] |
ctypes.cdata/buffer |
pointer, size, offset
|
[1][2] |
ctypes.create_string_buffer |
init, size
|
[1] |
ctypes.create_unicode_buffer |
init, size
|
[1] |
ctypes.dlopen |
name
|
[1] |
ctypes.dlsym |
library, name
|
[1] |
ctypes.dlsym/handle |
handle, name
|
[1] |
ctypes.get_errno |
|
[1] |
ctypes.get_last_error |
|
[1] |
ctypes.memoryview_at |
address, size, readonly
|
[1][2][3][4][5][6][7][8][9][10][11][12][13][14][15][16][17][18][19][20][21][22][23][24][25][26][27][28][29][30][31][32][33][34][35][36][37][38][39][40][41][42][43][44][45][46][47][48][49][50][51][52][53][54][55][56][57][58][59][60][61][62][63][64][65][66][67][68][69][70][71][72][73][74][75][76][77][78][79][80][81][82][83][84][85][86][87][88][89][90][91][92][93][94][95][96][97][98][99][100][101][102][103][104][105][106][107][108][109][110][111][112][113][114][115][116][117][118][119][120][121][122][123][124][125][126][127][128][129][130][131][132][133][134][135][136][137][138][139][140][141][142][143][144][145][146][147][148][149][150][151][152][153][154][155][156][157][158][159][160][161][162][163][164][165][166][167][168][169][170][171][172][173][174][175][176][177][178][179][180][181][182][183][184][185][186][187][188][189][190][191][192][193][194][195][196][197][198][199][200][201][202][203][204][205][206][207][208][209][210][211][212][213][214][215][216][217][218][219][220][221][222][223][224][225][226][227] |
ctypes.set_errno |
errno
|
[1] |
ctypes.set_exception |
code
|
[1] |
ctypes.set_last_error |
error
|
[1] |
ctypes.string_at |
ptr, size
|
[1] |
ctypes.wstring_at |
ptr, size
|
[1] |
ensurepip.bootstrap |
root
|
[1] |
exec |
code_object
|
[1][2] |
fcntl.fcntl |
fd, cmd, arg
|
[1] |
fcntl.flock |
fd, operation
|
[1] |
fcntl.ioctl |
fd, request, arg
|
[1] |
fcntl.lockf |
fd, cmd, len, start, whence
|
[1] |
ftplib.connect |
self, host, port
|
[1] |
ftplib.sendcmd |
self, cmd
|
[1][2] |
function.__new__ |
code
|
[1] |
gc.get_objects |
generation
|
[1] |
gc.get_referents |
objs
|
[1] |
gc.get_referrers |
objs
|
[1] |
glob.glob |
pathname, recursive
|
[1][2] |
glob.glob/2 |
pathname, recursive, root_dir, dir_fd
|
[1][2] |
http.client.connect |
self, host, port
|
[1] |
http.client.send |
self, data
|
[1] |
imaplib.open |
self, host, port
|
[1] |
imaplib.send |
self, data
|
[1] |
import |
module, filename, sys.path, sys.meta_path, sys.path_hooks
|
[1] |
marshal.dumps |
value, version
|
[1] |
marshal.load |
|
[1] |
marshal.loads |
bytes
|
[1] |
mmap.__new__ |
fileno, length, access, offset
|
[1] |
msvcrt.get_osfhandle |
fd
|
[1] |
msvcrt.locking |
fd, mode, nbytes
|
[1] |
msvcrt.open_osfhandle |
handle, flags
|
[1] |
object.__delattr__ |
obj, name
|
[1] |
object.__getattr__ |
obj, name
|
[1] |
object.__setattr__ |
obj, name, value
|
[1] |
open |
path, mode, flags
|
[1][2][3] |
os._clearenv |
|
[1] |
os.add_dll_directory |
path
|
[1] |
os.chdir |
path
|
[1][2] |
os.chflags |
path, flags
|
[1][2] |
os.chmod |
path, mode, dir_fd
|
[1][2][3] |
os.chown |
path, uid, gid, dir_fd
|
[1][2][3] |
os.exec |
path, args, env
|
[1] |
os.fork |
|
[1] |
os.forkpty |
|
[1] |
os.fwalk |
top, topdown, onerror, follow_symlinks, dir_fd
|
[1] |
os.getxattr |
path, attribute
|
[1] |
os.kill |
pid, sig
|
[1] |
os.killpg |
pgid, sig
|
[1] |
os.link |
src, dst, src_dir_fd, dst_dir_fd
|
[1] |
os.listdir |
path
|
[1] |
os.listdrives |
|
[1] |
os.listmounts |
volume
|
[1] |
os.listvolumes |
|
[1] |
os.listxattr |
path
|
[1] |
os.lockf |
fd, cmd, len
|
[1] |
os.mkdir |
path, mode, dir_fd
|
[1][2] |
os.posix_spawn |
path, argv, env
|
[1][2] |
os.putenv |
key, value
|
[1] |
os.remove |
path, dir_fd
|
[1][2][3] |
os.removexattr |
path, attribute
|
[1] |
os.rename |
src, dst, src_dir_fd, dst_dir_fd
|
[1][2][3] |
os.rmdir |
path, dir_fd
|
[1] |
os.scandir |
path
|
[1] |
os.setxattr |
path, attribute, value, flags
|
[1] |
os.spawn |
mode, path, args, env
|
[1] |
os.startfile |
path, operation
|
[1] |
os.startfile/2 |
path, operation, arguments, cwd, show_cmd
|
[1] |
os.symlink |
src, dst, dir_fd
|
[1] |
os.system |
command
|
[1] |
os.truncate |
fd, length
|
[1][2] |
os.unsetenv |
key
|
[1] |
os.utime |
path, times, ns, dir_fd
|
[1] |
os.walk |
top, topdown, onerror, followlinks
|
[1] |
pathlib.Path.glob |
self, pattern
|
[1] |
pathlib.Path.rglob |
self, pattern
|
[1] |
pdb.Pdb |
|
[1] |
pickle.find_class |
module, name
|
[1] |
poplib.connect |
self, host, port
|
[1][2] |
poplib.putline |
self, line
|
[1][2] |
pty.spawn |
argv
|
[1] |
resource.prlimit |
pid, resource, limits
|
[1] |
resource.setrlimit |
resource, limits
|
[1] |
setopencodehook |
|
[1] |
shutil.chown |
path, user, group
|
[1] |
shutil.copyfile |
src, dst
|
[1][2][3] |
shutil.copymode |
src, dst
|
[1][2] |
shutil.copystat |
src, dst
|
[1][2] |
shutil.copytree |
src, dst
|
[1] |
shutil.make_archive |
base_name, format, root_dir, base_dir
|
[1] |
shutil.move |
src, dst
|
[1] |
shutil.rmtree |
path, dir_fd
|
[1] |
shutil.unpack_archive |
filename, extract_dir, format
|
[1] |
signal.pthread_kill |
thread_id, signalnum
|
[1] |
smtplib.connect |
self, host, port
|
[1] |
smtplib.send |
self, data
|
[1] |
socket.__new__ |
self, family, type, protocol
|
[1] |
socket.bind |
self, address
|
[1] |
socket.connect |
self, address
|
[1][2] |
socket.getaddrinfo |
host, port, family, type, protocol
|
[1] |
socket.gethostbyaddr |
ip_address
|
[1] |
socket.gethostbyname |
hostname
|
[1][2] |
socket.gethostname |
|
[1] |
socket.getnameinfo |
sockaddr
|
[1] |
socket.getservbyname |
servicename, protocolname
|
[1] |
socket.getservbyport |
port, protocolname
|
[1] |
socket.sendmsg |
self, address
|
[1] |
socket.sendto |
self, address
|
[1] |
socket.sethostname |
name
|
[1] |
sqlite3.connect |
database
|
[1] |
sqlite3.connect/handle |
connection_handle
|
[1] |
sqlite3.enable_load_extension |
connection, enabled
|
[1] |
sqlite3.load_extension |
connection, path
|
[1] |
subprocess.Popen |
executable, args, cwd, env
|
[1] |
sys._current_exceptions |
|
[1] |
sys._current_frames |
|
[1] |
sys._getframe |
frame
|
[1] |
sys._getframemodulename |
depth
|
[1] |
sys.addaudithook |
|
[1][2] |
sys.excepthook |
hook, type, value, traceback
|
[1] |
sys.monitoring.register_callback |
func
|
[1] |
sys.remote_exec |
pid
|
[1] |
sys.set_asyncgen_hooks_finalizer |
|
[1] |
sys.set_asyncgen_hooks_firstiter |
|
[1] |
sys.setprofile |
|
[1] |
sys.settrace |
|
[1] |
sys.unraisablehook |
hook, unraisable
|
[1] |
syslog.closelog |
|
[1] |
syslog.openlog |
ident, logoption, facility
|
[1] |
syslog.setlogmask |
maskpri
|
[1] |
syslog.syslog |
priority, message
|
[1] |
tempfile.mkdtemp |
fullpath
|
[1][2] |
tempfile.mkstemp |
fullpath
|
[1][2][3] |
time.sleep |
secs
|
[1][2][3][4][5][6][7][8][9][10][11][12][13][14][15][16][17][18][19][20][21][22][23][24][25][26][27][28][29][30][31][32][33][34][35][36][37][38][39][40][41][42][43][44][45][46][47][48][49][50][51][52][53][54][55][56][57][58][59][60][61][62][63][64][65][66][67][68][69][70][71][72][73][74][75][76][77][78][79][80][81][82][83][84][85][86][87][88][89][90][91][92][93][94][95][96][97][98][99][100][101][102][103][104][105][106][107][108][109][110][111][112][113][114][115][116][117][118][119][120][121][122][123][124][125][126][127][128][129][130][131][132][133][134][135][136][137][138][139][140][141][142][143][144][145][146][147][148][149][150][151][152][153][154][155][156][157][158][159][160][161][162][163][164][165][166][167][168][169][170][171][172][173][174][175][176][177][178][179][180][181][182][183][184][185][186][187][188][189][190][191][192][193][194][195][196][197][198][199][200][201][202][203][204][205][206][207][208][209][210][211][212][213][214][215][216][217][218][219][220][221][222][223][224][225][226][227] |
urllib.Request |
fullurl, data, headers, method
|
[1] |
webbrowser.open |
url
|
[1] |
winreg.ConnectRegistry |
computer_name, key
|
[1] |
winreg.CreateKey |
key, sub_key, access
|
[1][2] |
winreg.DeleteKey |
key, sub_key, access
|
[1][2] |
winreg.DeleteTree |
key, sub_key
|
[1] |
winreg.DeleteValue |
key, value
|
[1] |
winreg.DisableReflectionKey |
key
|
[1] |
winreg.EnableReflectionKey |
key
|
[1] |
winreg.EnumKey |
key, index
|
[1] |
winreg.EnumValue |
key, index
|
[1] |
winreg.ExpandEnvironmentStrings |
str
|
[1] |
winreg.LoadKey |
key, sub_key, file_name
|
[1] |
winreg.OpenKey |
key, sub_key, access
|
[1] |
winreg.OpenKey/result |
key
|
[1][2][3] |
winreg.PyHKEY.Detach |
key
|
[1] |
winreg.QueryInfoKey |
key
|
[1] |
winreg.QueryReflectionKey |
key
|
[1] |
winreg.QueryValue |
key, sub_key, value_name
|
[1][2] |
winreg.SaveKey |
key, file_name
|
[1] |
winreg.SetValue |
key, sub_key, type, value
|
[1][2] |