Python源码示例:rest.TimeField()

示例1
def test_should_time_convert_time():
    assert_conversion(serializers.TimeField, graphene.types.datetime.Time)