Home
last modified time | relevance | path

Searched refs:_isTimeType (Results 1 – 1 of 1) sorted by relevance

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/masked/
H A Dmaskededit.py2002 self._isTime = 'T' in self._ctrl_constraints._formatcodes and _isTimeType(mask)
6447 def _isTimeType( fmtstring ): function