예제 #1
0
def sync():
    return _isys.sync()
예제 #2
0
def sync ():
    # TODO: This can be replaced with os.sync in Python 3.3
    return _isys.sync ()
예제 #3
0
def sync():
    # TODO: This can be replaced with os.sync in Python 3.3
    return _isys.sync()
예제 #4
0
파일: __init__.py 프로젝트: mairin/anaconda
def sync ():
    return _isys.sync ()