Exemplo n.º 1
0
def time_parts_to_string(*args):
    return _codac.time_parts_to_string(*args)
Exemplo n.º 2
0
def time_parts_to_string(year, month, day, hour, minute, second, musec,
                         format):
    return _codac.time_parts_to_string(year, month, day, hour, minute, second,
                                       musec, format)
Exemplo n.º 3
0
Arquivo: codac.py Projeto: stcorp/coda
def time_parts_to_string(*args):
  return _codac.time_parts_to_string(*args)