Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonpaac committed Apr 2, 2015
1 parent b01f565 commit 3e38b22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.swp
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ n , p , x , c traverse

#PYTHON
Built in objects
1. type(objectname)
2. inspect- (package): inspect(objectname) will return all class members of object
```Python
type(objectname #Built in )
inspect.getmembers(object) #will return all class members of object
```

#Markdown
** bold **
Expand Down

0 comments on commit 3e38b22

Please sign in to comment.