mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 08:57:25 +01:00 
			
		
		
		
	writing-plugins.md: mention that the default hook priority is 100
This commit is contained in:
		
							parent
							
								
									cb7708e095
								
							
						
					
					
						commit
						82ce9aac6c
					
				@ -33,7 +33,7 @@ Hook handlers may raise exceptions without blocking the event from reaching furt
 | 
			
		||||
### Hook priorities
 | 
			
		||||
The `priority` option in `utils.add_hook()` allows setting a hook handler's priority when binding it. When multiple modules bind to one hook command, handlers are called in order of decreasing priority (i.e. highest first).
 | 
			
		||||
 | 
			
		||||
There is no standard for hook priorities as of 2.0; instead they are declared as necessary. Some priority values used in 2.0 are shown here for reference:
 | 
			
		||||
There is no standard for hook priorities as of 2.0; instead they are declared as necessary. Some priority values used in 2.0 are shown here for reference (the default priority for handlers is **100**):
 | 
			
		||||
 | 
			
		||||
| Module            | Commands        | Priority | Description |
 | 
			
		||||
|-------------------|-----------------|----------|-------------|
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user