Skip to content

Instantly share code, notes, and snippets.

View suzukimilanpaak's full-sized avatar

Tatsuya Suzuki suzukimilanpaak

  • Manchester, UK
  • 09:16 (UTC +01:00)
View GitHub Profile
@suzukimilanpaak
suzukimilanpaak / delegatable.py
Last active May 29, 2020 07:11 — forked from viveksoundrapandi/.py
Delegatable in python
# -*- coding: utf-8 -*-
'''
Convenient classes to enable delegate
..codeauthor Tatsuya Suzuki <tatsuya.suzuki@nftlearning.com>
'''
import copy
import logging as log
from typing import Sequence, Any, Dict, Tuple
# def delegatable(cls):