• Facebook
  • Twitter
  • Reddit
  • StumbleUpon
  • Digg
  • email

All Samples(34087)  |  Call(7)  |  Derive(0)  |  Import(34080)
This module provides various functions to manipulate time values.

There are two standard representations of time.  One is the number
of seconds since the Epoch, in UTC (a.k.a. GMT).  It may be an integer
or a floating point number (to represent fractions of seconds).
The Epoch is system-defined; on Unix, it is generally January 1st, 1970.
The actual value can be retrieved by calling gmtime(0).

The other representation is a tuple of 9 integers giving local time.
The tuple items are:(more...)

src/p/o/polinax-HEAD/libs/external_libs/python-openid-2.1.1/openid/test/test_examples.py   polinax(Download)
"Test some examples."
 
import socket
import os.path, unittest, sys, time
from cStringIO import StringIO

src/p/o/polinax-HEAD/libs/external_libs/Genshi-0.5.1/examples/basic/run.py   polinax(Download)
import os
import sys
import time
 
from genshi.template import TemplateLoader

src/p/o/polinax-HEAD/libs/external_libs/Genshi-0.5.1/examples/basic/kidrun.py   polinax(Download)
import os
import sys
import time
 
import kid

src/p/o/polinax-HEAD/libs/external_libs/gdata.py-1.0.13/samples/mashups/birthdaySample.py   polinax(Download)
import atom
import string
import time
import datetime
import getopt

src/p/o/polinax-HEAD/libs/external_libs/gdata.py-1.0.13/samples/calendar/calendarExample.py   polinax(Download)
import sys
import string
import time
 
 

src/i/p/ipython-0.13.1/docs/examples/tests/heartbeat/hb_gil.py   ipython(Download)
 
import sys
import time
 
from cython import inline

src/i/p/ipython-0.13.1/docs/examples/parallel/workflow/wmanager.py   ipython(Download)
def cleanup(controller, engines):
    """Cleanup routine to shut down all subprocesses we opened."""
    import signal, time
 
    print('Starting cleanup')

src/i/p/ipython-0.13.1/docs/examples/parallel/wave2D/wavesolver.py   ipython(Download)
 
"""
import time
 
from numpy import exp, zeros, newaxis, sqrt, arange

src/i/p/ipython-0.13.1/docs/examples/parallel/wave2D/RectPartitioner.py   ipython(Download)
"""
from __future__ import print_function
import time
 
from numpy import zeros, ascontiguousarray, frombuffer

src/i/p/ipython-0.13.1/docs/examples/parallel/wave2D/parallelwave.py   ipython(Download)
#
import sys
import time
 
from numpy import exp, zeros, newaxis, sqrt

Previous  1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9  Next