Skip to content

Refactor binrepr() function into callable instance #7

Description

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

Methods:

  • _list_to_str()
  • _int_to_list()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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