python: *2.7.13* slicker: *0.9.3* os: *macOS 10.12.5* code snippet: ```python #!/usr/bin/env python # encoding: utf-8 print('hello slicker') def func(*args, **kwargs): pass print('this is a func \'{}\''.format(func)) ```  detail: the function definition has no change. but the function print has been changed.
python: 2.7.13
slicker: 0.9.3
os: macOS 10.12.5
code snippet:
detail:
the function definition has no change. but the function print has been changed.