Comment about `Struct.typecast()` conflict with frozen instances
							parent
							
								
									0866d46484
								
							
						
					
					
						commit
						da7371988a
					
				| 
						 | 
					@ -80,6 +80,8 @@ class Struct(
 | 
				
			||||||
            msgspec.msgpack.Encoder().encode(self)
 | 
					            msgspec.msgpack.Encoder().encode(self)
 | 
				
			||||||
        )
 | 
					        )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    # NOTE XXX: this won't work on frozen types!
 | 
				
			||||||
 | 
					    # use ``.copy()`` above in such cases.
 | 
				
			||||||
    def typecast(
 | 
					    def typecast(
 | 
				
			||||||
        self,
 | 
					        self,
 | 
				
			||||||
        # fields: Optional[list[str]] = None,
 | 
					        # fields: Optional[list[str]] = None,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue