replace all CammelCase with under_score in ox
This commit is contained in:
parent
2de989e188
commit
bb35daa95c
31 changed files with 242 additions and 244 deletions
10
README
10
README
|
|
@ -10,12 +10,12 @@ Depends:
|
|||
Usage:
|
||||
import ox
|
||||
|
||||
data = ox.cache.readUrl('http:/...')
|
||||
text = ox.stripTags(data)
|
||||
ox.normalizeNewlines(text)
|
||||
ox.formatBytes(len(data))
|
||||
data = ox.cache.read_url('http:/...')
|
||||
text = ox.strip_tags(data)
|
||||
ox.normalize_newlines(text)
|
||||
ox.format_bytes(len(data))
|
||||
|
||||
ox.formatBytes(1234567890)
|
||||
ox.format_bytes(1234567890)
|
||||
'1.15 GB'
|
||||
|
||||
import ox.web.imdb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue