mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 00:21:07 +01:00
Summary: woooo Test Plan: arc lint --apply-patches --take BLACK --paths-cmd 'hg files -I "caffe2/**/*.py"' Reviewed By: SplitInfinity Differential Revision: D28608934 fbshipit-source-id: 7768fed50a87883a95319376c0a6d73a9492bdcc
12 lines
190 B
Python
12 lines
190 B
Python
result = "subpackage_1"
|
|
|
|
|
|
class PackageBSubpackage1Object_0:
|
|
__slots__ = ["obj"]
|
|
|
|
def __init__(self, obj):
|
|
self.obj = obj
|
|
|
|
def return_result(self):
|
|
return result
|