You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Add missing a test source file
This commit is contained in:
3
test/simple_source/def/05_static_method.py
Normal file
3
test/simple_source/def/05_static_method.py
Normal file
@@ -0,0 +1,3 @@
|
||||
@staticmethod
|
||||
def square(n):
|
||||
return n * n
|
Reference in New Issue
Block a user