OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timepart_full
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/
dbapi2.py
68
timepart_full
= timepart.split(".")
69
hours, minutes, seconds = map(int,
timepart_full
[0].split(":"))
70
if len(
timepart_full
) == 2:
71
microseconds = int('{:0<6.6}'.format(
timepart_full
[1].decode()))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/
dbapi2.py
68
timepart_full
= timepart.split(".")
69
hours, minutes, seconds = map(int,
timepart_full
[0].split(":"))
70
if len(
timepart_full
) == 2:
71
microseconds = int('{:0<6.6}'.format(
timepart_full
[1].decode()))
Completed in 360 milliseconds