Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
doctests
/
noErrors.py
blob: db664a15deea20668ac6a949261bc06bf1a90ccf [
file
] [
log
] [
blame
]
def
foo3
(
x
):
'''
>>> class User(Base):
... __tablename__ = 'users'
...
... <caret>id = Column(Integer, primary_key=True)
... name = Column(String)
... fullname = Column(String)
...
... password = Column(String)
'''
pass