mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Python example: removed function that has no body.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
		
							parent
							
								
									bb722b24c1
								
							
						
					
					
						commit
						67e04c5dfb
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -65,9 +65,6 @@ class ComplexExpr:
 | 
			
		|||
    def __neq__(self, other):
 | 
			
		||||
        return Not(self.__eq__(other))
 | 
			
		||||
 | 
			
		||||
    def __pow__(self, k):
 | 
			
		||||
        
 | 
			
		||||
 | 
			
		||||
    def simplify(self):
 | 
			
		||||
        return ComplexExpr(simplify(self.r), simplify(self.i))
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue