Ejemplo n.º 1
0
def sync():
    return _isys.sync()
Ejemplo n.º 2
0
def sync ():
    # TODO: This can be replaced with os.sync in Python 3.3
    return _isys.sync ()
Ejemplo n.º 3
0
def sync():
    # TODO: This can be replaced with os.sync in Python 3.3
    return _isys.sync()
Ejemplo n.º 4
0
def sync ():
    return _isys.sync ()