MCPcopy Index your code
hub / github.com/eternnoir/pyTelegramBotAPI / _no_encode

Function _no_encode

telebot/apihelper.py:2915–2922  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

2913
2914
2915def _no_encode(func):
2916 def wrapper(key, val):
2917 if key == 'filename':
2918 return u'{0}={1}'.format(key, val)
2919 else:
2920 return func(key, val)
2921
2922 return wrapper
2923
2924
2925class ApiException(Exception):

Callers 1

_make_requestFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…