4 lines
83 B
Python
4 lines
83 B
Python
from flask_sock import Sock
|
|
import inspect
|
|
print(inspect.getsource(Sock.init_app))
|