HomeSort by relevance Sort by last modified time
    Searched full:_get_next_counter (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimetools.py 115 def _get_next_counter(): function
152 return "%s.%.3f.%d" % (_prefix, time.time(), _get_next_counter())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimetools.py 115 def _get_next_counter(): function
152 return "%s.%.3f.%d" % (_prefix, time.time(), _get_next_counter())

Completed in 209 milliseconds