Skip to content

Commit

Permalink
Docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
lhupfeldt committed Feb 17, 2015
1 parent 2eb6090 commit c110925
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bits.py
Expand Up @@ -3,6 +3,8 @@


def int_to_bin_str(value, max_bits=8192):
"""Convert an int to a string representation of a bitmask (binary number)"""

mask = value

bits = 1
Expand Down

0 comments on commit c110925

Please sign in to comment.