Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
whille authored and whille committed Jun 4, 2012
1 parent b58f85e commit 13c5dd3
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions python.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ data structure:

---
class:
super(
super(type, obj) -> bound super object;
unbound method: class method
bound method: object method

---
nose: UT
pip install nose
Expand Down Expand Up @@ -132,8 +135,10 @@ ipython:
start: ipyhthon -pylab
virable: %env %[TAB]
%autoindent #toggle autoindent, for paste
dict?, dict??
help:
dict?, dict??
![Shell]
%paste
%history
ex:
X=frange(0,10,0.1)
Expand Down Expand Up @@ -240,6 +245,11 @@ metaclass
class myObj:
__metaclass__=UpperAttrMetaclass
---
descriptor:
property?
property(fget=None, fset=None, fdel=None, doc=None) -> property attribute

---
mq:
Rabbitmq

Expand Down Expand Up @@ -273,7 +283,6 @@ limitation:
print yaml.load(stream)

---
lambda,
descriptor, slots,
, slots,
Bigtable, Dynamo

0 comments on commit 13c5dd3

Please sign in to comment.