Skip to content

Refactor binrepr() function into callable instance #7

@wdoekes

Description

@wdoekes
class Binrepr(object):
    def __call__(self, integer):
        ...
binrepr = Binrepr()

Methods:

  • _list_to_str()
  • _int_to_list()

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions