HomeSort by relevance Sort by last modified time
    Searched refs:__hexp (Results 1 - 4 of 4) sorted by null

  /external/python/cpython2/Tools/pynche/
TypeinViewer.py 25 self.__hexp = BooleanVar()
26 self.__hexp.set(optiondb.get('HEXTYPE', 0))
75 variable=self.__hexp,
81 if self.__hexp.get():
94 if contents and contents[0] in 'xX' and self.__hexp.get():
98 if self.__hexp.get():
115 elif self.__hexp.get():
131 if self.__hexp.get():
139 if self.__hexp.get():
158 return self.__hexp
    [all...]
StripViewer.py 184 self.__hexp = hexvar
268 if self.__hexp.get():
  /external/python/cpython3/Tools/pynche/
TypeinViewer.py 25 self.__hexp = BooleanVar()
26 self.__hexp.set(optiondb.get('HEXTYPE', 0))
75 variable=self.__hexp,
81 if self.__hexp.get():
94 if contents and contents[0] in 'xX' and self.__hexp.get():
98 if self.__hexp.get():
115 elif self.__hexp.get():
131 if self.__hexp.get():
139 if self.__hexp.get():
158 return self.__hexp
    [all...]
StripViewer.py 184 self.__hexp = hexvar
268 if self.__hexp.get():

Completed in 105 milliseconds