Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121744351
mylib.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Jul 13, 13:23
Size
218 B
Mime Type
text/x-python
Expires
Tue, Jul 15, 13:23 (2 d)
Engine
blob
Format
Raw Data
Handle
27383288
Attached To
rSOWORKSHOP VCS Workshop
mylib.py
View Options
#!/usr/bin/env python3
class
MyLib
():
def
__init__
(
self
):
pass
def
MyFunc
(
self
):
return
'test'
def
Capitalize
(
self
,
value
):
return
value
.
capitalize
()
if
__name__
==
'__main__'
:
pass
Event Timeline
Log In to Comment