This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
sphinx
Watch
3
Star
0
Fork
0
You've already forked sphinx
mirror of
https://github.com/sphinx-doc/sphinx.git
synced
2025-02-25 18:55:22 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
50951bdc98
sphinx
/
tests
/
roots
/
test-ext-viewcode
/
spam
/
mod1.py
16 lines
140 B
Python
Raw
Normal View
History
Unescape
Escape
Fixup windows newlines.
2014-09-21 13:23:24 -05:00
"""
mod1
"""
def
func1
(
a
,
b
)
:
"""
this
is
func1
"""
return
a
,
b
class
Class1
(
object
)
:
"""
this
is
Class1
"""
Reference in New Issue
Copy Permalink