Decorating with @property Results In Additional Argument Being Passed

后端 未结 0 1634
花落未央
花落未央 2020-11-30 05:56

Consider this

import random

class DecoratorTest:

    def __init__(self):
        self._first_name = [\'CHARLES\', \'WILIAM\', \'ENID\']
        self._last_n         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题