Skip to content

Commit 36d9e4b

Browse files
committed
Try to change API
1 parent 94e3cff commit 36d9e4b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

python/paddle/fluid/io.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,14 @@
2727
'get_inference_program', 'save_checkpoint', 'load_checkpoint',
2828
'clean_checkpoint', 'load_persist_vars_without_grad',
2929
'load_lookup_table_vars', 'save_persist_vars_without_grad',
30-
'get_latest_checkpoint_serial'
30+
'get_latest_checkpoint_serial', 'foo'
3131
]
3232

3333

34+
def foo():
35+
pass
36+
37+
3438
def is_parameter(var):
3539
"""
3640
Check whether the given variable is an instance of Parameter.

0 commit comments

Comments
 (0)