Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Easy as py
a guest
Apr 23rd, 2014
35
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.22 KB
| None
|
0
0
raw
download
clone
embed
print
report
class
HashDatabase
(
object
)
:
def
__init__
(
self
)
:
self
.
data
=
{
}
def
insert
(
key
,
val
)
:
data
[
key
]
=
val
def
get
(
key
)
:
return
data.
get
(
key
,
None
)
def
clear
(
)
:
data
=
{
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
42 min ago | 8.84 KB
Untitled
2 hours ago | 8.66 KB
Untitled
4 hours ago | 12.72 KB
Schutzrechte, Games, Software, Hardware und P...
5 hours ago | 6.98 KB
Untitled
6 hours ago | 9.53 KB
Untitled
7 hours ago | 6.78 KB
Untitled
8 hours ago | 21.79 KB
Untitled
10 hours ago | 16.31 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!