Home
last modified time | relevance | path

Searched defs:getint (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/PC/
D_subprocess.c291 getint(PyObject* obj, char* name) in getint() function
/external/python/cpython2/Lib/
DConfigParser.py358 def getint(self, section, option): member in RawConfigParser
/external/mksh/src/
Dvar.c518 getint(struct tbl *vp, mksh_ari_u *nump, bool arith) in getint() function
/external/python/cpython3/Lib/
Dconfigparser.py816 def getint(self, section, option, *, raw=False, vars=None, member in RawConfigParser
/external/python/cpython2/Lib/lib-tk/
DTkinter.py421 getint = int variable
516 getint = int variable in Misc
/external/python/cpython3/Lib/tkinter/
D__init__.py559 getint = int variable
655 def getint(self, s): member in Misc