Changes between and of Initial VersionVersion 2Ticket #2219
- Timestamp:
- 09/23/2008 03:34:11 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2219 – description
initial v2 1 {{{ 1 2 from twisted.python.threadable import isInIOThread 2 3 from twisted.trial import unittest … … 6 7 def test_isInIOThread( self ): 7 8 self.assertEquals( isInIOThread( ), True ) 9 }}}
